No need to include branch name
All checks were successful
Build and Push Backend Docker Image / build (push) Successful in 1m42s

This commit is contained in:
Apher 2026-07-18 01:55:52 +00:00
parent 34703485ef
commit b5c164236e

View File

@ -46,8 +46,8 @@ jobs:
build-args: |
BUILD_IDENTIFIER=${{ steps.vars.outputs.short_sha }}
tags: |
gitea.spilum.net/spilum.net/mtf-backend:${{ github.ref_name }}-${{ steps.vars.outputs.short_sha }}
gitea.spilum.net/spilum.net/mtf-backend:${{ github.ref_name }}-latest
gitea.spilum.net/spilum.net/mtf-backend:${{ steps.vars.outputs.short_sha }}
gitea.spilum.net/spilum.net/mtf-backend:latest
- name: Log out from registry
if: always()