diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 28de460..7aea80d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -71,7 +71,7 @@ jobs: platforms: ${{ steps.set-platforms.outputs.DOCKER_PLATFORMS}} cache-from: type=gha cache-to: type=gha,mode=max - build-args: + build-args: | VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }} REVISION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }} BUILDTIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}