Skip to content

Commit db7606b

Browse files
committed
try publishing something that's like a semver
1 parent 83aff57 commit db7606b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/container-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
with:
3030
context: .
3131
push: ${{ github.ref == 'refs/heads/main' }}
32-
tags: ghcr.io/bytes-zone/git-redirector:${{ github.sha }}
32+
tags: ghcr.io/bytes-zone/git-redirector:0.0.0-${{ github.sha }}
3333
cache-from: type=gha
3434
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)