mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04: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
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…
x
Reference in New Issue
Block a user