Skip to content

Commit

Permalink
ci: Fix nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Venatum committed Jun 21, 2024
1 parent c334963 commit 6096a93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,8 @@ get_target_images() {
if [ "$PS_VERSION" == "nightly" ]; then
if [ "$OS_FLAVOUR" = "$DEFAULT_OS" ]; then
RES="-t ${DEFAULT_DOCKER_IMAGE}:nightly";
else
RES="-t ${DEFAULT_DOCKER_IMAGE}:nightly-${OS_FLAVOUR}";
fi
RES="${RES} -t ${DEFAULT_DOCKER_IMAGE}:nightly-${OS_FLAVOUR}";
else
if [ "$PS_VERSION" = "$(get_latest_prestashop_version)" ] && [ "$OS_FLAVOUR" = "$DEFAULT_OS" ] && [ "$PHP_VERSION" = "$(get_recommended_php_version "$PS_VERSION")" ]; then
RES="-t ${DEFAULT_DOCKER_IMAGE}:latest";
Expand Down

0 comments on commit 6096a93

Please sign in to comment.