Skip to content

Commit

Permalink
docker update
Browse files Browse the repository at this point in the history
  • Loading branch information
led0nk committed Apr 20, 2024
1 parent b5490eb commit 488319a
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/led0nk/guestbook:latest \
-t ghcr.io/${{ github.repository_owner }}/guestbook:latest \
.
docker buildx stop
Expand Down

0 comments on commit 488319a

Please sign in to comment.