diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/integration.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0068c3964..914ce163f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -121,4 +121,4 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push if: env.DOCKERHUB_USERNAME != null - run: make -e GIT_URL=$(git remote get-url origin) docker.push + run: make -e GIT_URL=$(git remote get-url origin) docker.buildx |