Skip to content

Commit 7ebccb5

Browse files
authored
fix: update image tag format in Docker build workflow (#17)
* fix: update image tag format in Docker build workflow --------- On-behalf-of: @SAP angel.kafazov@sap.com Signed-off-by: Angel Kafazov <akafazov@cst-bg.net>
1 parent b96b985 commit 7ebccb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/infra-helm-unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
with:
3434
context: infra/helm-unittest
3535
push: true
36-
tags: ghcr.io/${{ github.repository }}/infra/helm-unittest:latest
36+
tags: ghcr.io/platform-mesh/infra/helm-unittest:latest

0 commit comments

Comments
 (0)