Skip to content

Commit

Permalink
ci: additional tag -
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Jul 18, 2024
1 parent 343653b commit b5c5599
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ DOCKER_BUILDKIT=1 docker build \
if [ "$PUBLISH" = true ]; then
docker push "$IMAGE_NAME:$IMAGE_TAG"
if [ "$NODE_VER" = "$DEFAULT_NODE_VER" ] && [ "$DEBIAN_VER" = "$DEFAULT_DEBIAN_VER" ]; then
docker tag "$IMAGE_NAME:$IMAGE_TAG" "$IMAGE_NAME:$VERSION-$FLAVOR"
docker push "$IMAGE_NAME:$VERSION-$FLAVOR"
docker tag "$IMAGE_NAME:$IMAGE_TAG" "$IMAGE_NAME:$FLAVOR"
docker push "$IMAGE_NAME:$FLAVOR"
fi
Expand Down

0 comments on commit b5c5599

Please sign in to comment.