Skip to content

Commit

Permalink
tested wrapping the GIT_COMMIT_MESSAGE in quotes to allow for multi…
Browse files Browse the repository at this point in the history
… line strings
  • Loading branch information
CommanderStorm committed Apr 5, 2024
1 parent 843682f commit 8a28f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
GIT_COMMIT_SHA=${{ github.sha }}
GIT_COMMIT_MESSAGE=${{ github.event.head_commit.message }}
GIT_COMMIT_MESSAGE="${{ github.event.head_commit.message }}"
cache-from: type=gha
cache-to: type=gha,mode=min

0 comments on commit 8a28f81

Please sign in to comment.