mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
fix: Specify COMMIT argument for Docker image build (#2626)
* Specify COMMIT argument for Docker image build * Use correct variable --------- Co-authored-by: Hayden <64056131+hay-kot@users.noreply.github.com>
This commit is contained in:
parent
5bc78f81ea
commit
8acd6f906e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/partial-builder.yml
vendored
2
.github/workflows/partial-builder.yml
vendored
|
@ -44,3 +44,5 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository }}:${{ inputs.tag }}
|
||||
build-args: |
|
||||
COMMIT=${{ github.sha }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue