Skip to content

Commit

Permalink
fix: change Docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
banshee86vr authored Feb 13, 2024
1 parent 285705a commit af70eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: ${{ github.ref == 'refs/heads/main' && true || false }}
tags: |
${{ env.REGISTRY }}/${{ github.repository }}:${{ env.SHA8 }}
${{ env.REGISTRY }}/${{ github.repository }}:latest
${{ env.REGISTRY }}/hello-world:${{ env.SHA8 }}
${{ env.REGISTRY }}/hello-world:latest

0 comments on commit af70eee

Please sign in to comment.