Skip to content

Commit

Permalink
experiment with release from github
Browse files Browse the repository at this point in the history
  • Loading branch information
rymsha committed Jul 5, 2024
1 parent 1223354 commit ba40152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_and_push_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -ex

DOCKER_REPOSITORY="enonic/enonic-ci-experimental"
DOCKER_REPOSITORY="enonic/enonic-ci"
ENONIC_CLI_VERSION="3.0.1"
XP_DISTRO_VERSIONS=( # Only use 1 of each feature version
'7.14.3'
Expand All @@ -20,7 +20,7 @@ function build_and_push() {
IMG=$2:$(echo $3 | awk -F"." '{print $1"."$2}')$4

# Build our image
docker build \
docker buildx build \
--no-cache \
--pull \
--build-arg ENONIC_CLI_VERSION=$ENONIC_CLI_VERSION \
Expand Down

0 comments on commit ba40152

Please sign in to comment.