Compare commits
3 Commits
6fc28055c9
...
747d854afe
Author | SHA1 | Date | |
---|---|---|---|
747d854afe | |||
1384361c64 | |||
79cf03d362 |
@ -84,7 +84,6 @@ jobs:
|
||||
privileged: true
|
||||
env:
|
||||
ARCH: ${{ matrix.arch }}
|
||||
VERSIONARCH: ${{ vars.GITHUB_REF_NAME }}-${{ env.ARCH }}
|
||||
|
||||
steps:
|
||||
- name: Environment Setup
|
||||
@ -157,7 +156,7 @@ jobs:
|
||||
context: .
|
||||
file: docker/Dockerfile
|
||||
push: true
|
||||
tags: "${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ env.VERSIONARCH }}"
|
||||
tags: "${{ steps.registry.outputs.registry }}/${{ env.GITHUB_REPOSITORY }}:${{ vars.GITHUB_REF_NAME }}-${{ env.ARCH }}"
|
||||
build-args: |
|
||||
BUILD_REVISION=${{ env.GITHUB_SHA }}
|
||||
BUILD_VERSION=v${{ env.GITHUB_REF_NAME }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user