ci: fix: composit docker image ghcr tag in ci.yml

This commit is contained in:
2024-03-08 08:58:06 +01:00
committed by GitHub
parent f8a48e603b
commit cd2435dde5
+1 -1
View File
@@ -153,7 +153,7 @@ jobs:
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
push: false push: false
load: true load: true
tags: ghcr.io/${{ github.repository_owner }}/kemkas/kemkas-composite:${GITHUB_SHA::8} tags: ghcr.io/${{ github.repository_owner }}/kemkas/kemkas-composite:${{ env.GITHUB_SHA_SHORT }}
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest