Skip to content

Commit

Permalink
re-enable build
Browse files Browse the repository at this point in the history
  • Loading branch information
acul009 committed Jan 16, 2024
1 parent 8657d2a commit b4918fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ steps:
image=$${dir::-1}
if (! git diff --quiet $DRONE_COMMIT_BEFORE -- $dir) || [ ! -z "$BUILD_ALL" ]; then
echo "Building $image ..."
# docker build -t "ghcr.io/rahn-it/$image" --squash $dir
# docker push "ghcr.io/rahn-it/$image"
docker build -t "ghcr.io/rahn-it/$image" --squash $dir
docker push "ghcr.io/rahn-it/$image"
fi
done

0 comments on commit b4918fe

Please sign in to comment.