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 ade1b13 commit 8dc5642
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 @@ -42,7 +42,7 @@ jobs:
if [ -f "$dir/Containerfile" ]; then
echo "Building and pushing $repo_name"
cd $dir
docker buildx build --platform linux/amd64,linux/arm64 \
docker buildx build --platform linux/amd64 \
-t ghcr.io/${{ secrets.REGISTRY_USERNAME }}/${repo_name} \
--push -f Containerfile .
cd ..
Expand Down

0 comments on commit 8dc5642

Please sign in to comment.