Skip to content

Commit 1d6ccd6

Browse files
authored
Add tag for 0.0.0-sha (#386)
1 parent 065cc71 commit 1d6ccd6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/image.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
tags: |
6363
ghcr.io/${{ github.repository_owner }}/konnector:latest
6464
ghcr.io/${{ github.repository_owner }}/konnector:${{ github.sha }}
65+
ghcr.io/${{ github.repository_owner }}/konnector:0.0.0-${{ github.sha }}
6566
ghcr.io/${{ github.repository_owner }}/konnector:${{ github.ref_name }}
6667
cache-from: type=gha
6768
cache-to: type=gha,mode=max
@@ -100,6 +101,7 @@ jobs:
100101
tags: |
101102
ghcr.io/${{ github.repository_owner }}/backend:latest
102103
ghcr.io/${{ github.repository_owner }}/backend:${{ github.sha }}
104+
ghcr.io/${{ github.repository_owner }}/backend:0.0.0-${{ github.sha }}
103105
ghcr.io/${{ github.repository_owner }}/backend:${{ github.ref_name }}
104106
cache-from: type=gha
105107
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)