ci: Fix extra bracket in commit shorthash
This commit is contained in:
parent
1d45e0b68c
commit
d7514178ab
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ jobs:
|
|||
file: "docker/Dockerfile"
|
||||
build-args: |
|
||||
GIT_COMMIT_HASH=${{ github.sha }})
|
||||
GIT_COMMIT_HASH_SHORT=${{ env.COMMIT_SHORT_SHA }})
|
||||
GIT_COMMIT_HASH_SHORT=${{ env.COMMIT_SHORT_SHA }}
|
||||
GIT_REMOTE_URL=${{github.event.repository.html_url }}
|
||||
GIT_REMOTE_COMMIT_URL=${{github.event.head_commit.url }}
|
||||
platforms: ${{ matrix.platform }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue