diff --git a/.github/workflows/bouncer.yml b/.github/workflows/bouncer.yml index 72f7e99..ea050c6 100644 --- a/.github/workflows/bouncer.yml +++ b/.github/workflows/bouncer.yml @@ -84,9 +84,9 @@ jobs: push: true target: bouncer build-args: | - GIT_SHA="${{ github.sha }}" - BUILD_DATE="${{ steps.date.outputs.container_build_datetime }}" - GIT_COMMIT_MESSAGE="${{ github.event.head_commit.message }}" + GIT_SHA=${{ github.sha }} + BUILD_DATE=${{ steps.date.outputs.container_build_datetime }} + GIT_COMMIT_MESSAGE=${{ github.event.head_commit.message }} tags: | benzine/bouncer ghcr.io/benzine-framework/bouncer:latest