Skip to content

Commit

Permalink
linux/build: Rebuild Docker images (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Jan 8, 2024
1 parent 157af2c commit 0ca5244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ if [[ -z "${NO_BUILD_VARIANTS}" ]]; then
# variants are only pushed for the dockerhub image (not other `IMAGE_TAGS`)
build_and_push_variants
fi

if [[ -n "${IMAGE_TAGS}" ]]; then
for IMAGE_TAG in "${IMAGE_TAGS[@]}"; do
if [[ "$IMAGE_TAG" == *"|"* ]]; then
Expand Down

0 comments on commit 0ca5244

Please sign in to comment.