diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e48f8022..96260cf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: