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 af70eee commit f93ea35
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 }}/hello-world:${{ env.SHA8 }}
${{ env.REGISTRY }}/hello-world:latest
${{ env.REGISTRY }}/banshee86vr/hello-world:${{ env.SHA8 }}
${{ env.REGISTRY }}/banshee86vr/hello-world:latest

0 comments on commit f93ea35

Please sign in to comment.