diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee01b4b..7e2361b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: echo ${{ steps.buildx.outputs.platforms }} - name: build and deploy master image to ghcr.io and dockerhub - if: ${{ github.ref == 'refs/heads/master' ) }} + if: ${{ github.ref == 'refs/heads/master' }} env: GITHUB_PACKAGE_TOKEN: ${{ secrets.PKG_TOKEN }} DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}