Skip to content

Commit

Permalink
Revert "temporily enable building all images"
Browse files Browse the repository at this point in the history
This reverts commit 10b34ee.
  • Loading branch information
BulkBeing committed Nov 15, 2024
1 parent 10b34ee commit 578f504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Publish

on:
push:
branches: [ main, fix-image-builds ]
branches: [ main ]
tags:
- '*'

Expand Down
2 changes: 1 addition & 1 deletion hack/update_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fi

if (( usingBuildPushExample )); then
cd "./$directoryPath" || exit
if ! make image TAG="$tag"; then
if ! make image TAG="$tag" PUSH=true; then
echo "Error: failed to run make image in $directoryPath" >&2
exit 1
fi
Expand Down

0 comments on commit 578f504

Please sign in to comment.