Skip to content

Commit

Permalink
Update push.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage authored Jun 23, 2024
1 parent 4219dd9 commit 796b5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if [ -f "$dir/Containerfile" ]; then
echo "Building and pushing $repo_name"
docker buildx build --platform linux/amd64,linux/arm64 \
-t quay.io/${{ secrets.QUAY_USERNAME }}/${repo_name}:latest \
-t ghcr.io/${{ secrets.QUAY_USERNAME }}/${repo_name}:latest \
--push "$dir"
else
echo "Skipping $repo_name: No Containerfile found"
Expand Down

0 comments on commit 796b5b0

Please sign in to comment.