Try docker buildx again
This commit is contained in:
parent
ec74a78bb7
commit
c5edef34a6
@ -29,10 +29,10 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
|
|
||||||
build-args: |
|
build-args: |
|
||||||
BUILD_IDENTIFIER=${{ github.sha[0:5] }}
|
BUILD_IDENTIFIER=${{ github.sha.substring(0, 5) }}
|
||||||
|
|
||||||
tags: |
|
tags: |
|
||||||
gitea.spilum.net/spilum.net/mtf-nlp:${{ github.ref_name }}-${{ github.sha[0:5] }}
|
gitea.spilum.net/spilum.net/mtf-nlp:${{ github.ref_name }}-${{ github.sha.substring(0, 5) }}
|
||||||
gitea.spilum.net/spilum.net/mtf-nlp:${{ github.ref_name }}-latest
|
gitea.spilum.net/spilum.net/mtf-nlp:${{ github.ref_name }}-latest
|
||||||
|
|
||||||
- name: Log out from registry
|
- name: Log out from registry
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user