diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a59e63795..a56aa30ca 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -82,7 +82,7 @@ jobs: uses: docker/build-push-action@v4.0.0 with: context: . - file: Dockerfile.builder + file: Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -95,4 +95,4 @@ jobs: TAGS: ${{ steps.docker_meta.outputs.tags }} COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }} COSIGN_PASSWORD: ${{ secrets.COSIGN_PASSWORD }} - DIGEST: ${{ steps.build-and-push.outputs.digest }} \ No newline at end of file + DIGEST: ${{ steps.build-and-push.outputs.digest }}