Skip to content

Commit

Permalink
Fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
norseto committed Mar 4, 2024
1 parent 0ee7f0a commit afe4bec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- run: make docker-buildx PLATFORMS=linux/arm64,linux/amd64 IMG=norseto/oci-lbregistrar:v$(hack/get-version.sh)

- run: make docker-buildx PLATFORMS=linux/arm64,linux/amd64 IMG=norseto/oci-lb-registrar:v$(hack/get-version.sh)

0 comments on commit afe4bec

Please sign in to comment.