String literals
This commit is contained in:
parent
1da3affe03
commit
b17a8521c8
1 changed files with 3 additions and 3 deletions
6
.github/workflows/bouncer.yml
vendored
6
.github/workflows/bouncer.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue