Compare commits
2 Commits
29fb20ca6d
...
0b30e704fc
Author | SHA1 | Date | |
---|---|---|---|
0b30e704fc | |||
24b1a4459b |
@ -158,7 +158,9 @@ jobs:
|
||||
file: docker/Dockerfile
|
||||
push: true
|
||||
tags: "${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSIONARCH }}"
|
||||
build-args: BUILD_REVISION=${GITHUB_SHA},BUILD_VERSION=${{ steps.prebuild.outputs.version }}
|
||||
build-args: |
|
||||
BUILD_REVISION=${GITHUB_SHA}
|
||||
BUILD_VERSION=${{ steps.prebuild.outputs.version }}
|
||||
|
||||
manifest:
|
||||
name: Final Docker Image Manifest
|
||||
|
Loading…
x
Reference in New Issue
Block a user