Skip to content

Commit

Permalink
repo-owner fix
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Apr 22, 2024
1 parent b6b455d commit 711cfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
docker buildx create --use
docker buildx build --push -f Containerfile \
--platform linux/amd64,linux/arm64 \
-t ghcr.io/"${{ github.repository_owner }}"/guestbook:latest \
-t ghcr.io/${{ github.repository_owner }}/guestbook:latest \
.
docker buildx stop
Expand Down

0 comments on commit 711cfec

Please sign in to comment.