We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9ab2ad commit b231ec2Copy full SHA for b231ec2
1 file changed
.github/workflows/release.yml
@@ -97,7 +97,7 @@ jobs:
97
DOCKER_IMAGE: ortussolutions/commandbox
98
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
99
COMMANDBOX_VERSION: 6.3.1
100
- IMAGE_VERSION: 3.15.0
+ IMAGE_VERSION: 3.15.1
101
run: |
102
# Split the comma-separated tags
103
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"
@@ -292,7 +292,7 @@ jobs:
292
293
BASE_IMAGE: ${{ matrix.BASE_IMAGE }}
294
295
296
297
298
0 commit comments