String literals

This commit is contained in:
Greyscale 2024-01-26 15:46:57 +01:00
parent 1da3affe03
commit b17a8521c8
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2

View file

@ -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