No need to include branch name
All checks were successful
Build and Push Backend Docker Image / build (push) Successful in 1m42s
All checks were successful
Build and Push Backend Docker Image / build (push) Successful in 1m42s
This commit is contained in:
parent
34703485ef
commit
b5c164236e
@ -46,8 +46,8 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
BUILD_IDENTIFIER=${{ steps.vars.outputs.short_sha }}
|
BUILD_IDENTIFIER=${{ steps.vars.outputs.short_sha }}
|
||||||
tags: |
|
tags: |
|
||||||
gitea.spilum.net/spilum.net/mtf-backend:${{ github.ref_name }}-${{ steps.vars.outputs.short_sha }}
|
gitea.spilum.net/spilum.net/mtf-backend:${{ steps.vars.outputs.short_sha }}
|
||||||
gitea.spilum.net/spilum.net/mtf-backend:${{ github.ref_name }}-latest
|
gitea.spilum.net/spilum.net/mtf-backend:latest
|
||||||
|
|
||||||
- name: Log out from registry
|
- name: Log out from registry
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user