Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Fix publishing url (#4)
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Maxwell <[email protected]>
  • Loading branch information
cloudnautique authored Nov 6, 2023
1 parent edea74c commit 9072cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
run: |
TAG=${GITHUB_REF#refs/*/}
USER=${{ github.repository_owner }}
REPO=${{ github.repository }}
REPO=${{ github.event.repository.name }}
acorn build --platform linux/amd64 --platform linux/arm64 --push -t ghcr.io/$USER/$REPO:$TAG .

0 comments on commit 9072cc4

Please sign in to comment.