Skip to content

Commit af70eee

Browse files
authored
fix: change Docker image name
1 parent 285705a commit af70eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
platforms: linux/amd64,linux/arm64
5757
push: ${{ github.ref == 'refs/heads/main' && true || false }}
5858
tags: |
59-
${{ env.REGISTRY }}/${{ github.repository }}:${{ env.SHA8 }}
60-
${{ env.REGISTRY }}/${{ github.repository }}:latest
59+
${{ env.REGISTRY }}/hello-world:${{ env.SHA8 }}
60+
${{ env.REGISTRY }}/hello-world:latest

0 commit comments

Comments
 (0)