Skip to content

Commit

Permalink
fix: Specify COMMIT argument for Docker image build (#2626)
Browse files Browse the repository at this point in the history
* Specify COMMIT argument for Docker image build

* Use correct variable

---------

Co-authored-by: Hayden <[email protected]>
  • Loading branch information
boc-the-git and hay-kot authored Oct 13, 2023
1 parent 5bc78f8 commit 8acd6f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/partial-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ github.repository }}:${{ inputs.tag }}
build-args: |
COMMIT=${{ github.sha }}

0 comments on commit 8acd6f9

Please sign in to comment.