pass version info to docker build

pull/1118/head
Willy 2023-02-01 22:18:00 +01:00
parent 796555cdea
commit 2857a10f54
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 3 additions and 1 deletions

View File

@ -462,7 +462,9 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
push_strategy: artifact
platforms: linux/amd64
# TODO pass version and commit as docker build args
args:
COMMIT=${{ github.sha }}
VERSION=${{ needs.data.outputs.version }}
# all other release jobs should be based on this
release: