mirror of https://github.com/statping/statping
pass version info to docker build
parent
796555cdea
commit
2857a10f54
|
@ -462,7 +462,9 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
push_strategy: artifact
|
push_strategy: artifact
|
||||||
platforms: linux/amd64
|
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
|
# all other release jobs should be based on this
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in New Issue