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 a918898 commit 9d4da77Copy full SHA for 9d4da77
1 file changed
.github/workflows/release.yml
@@ -291,8 +291,8 @@ jobs:
291
DOCKER_IMAGE: ortussolutions/commandbox
292
BUILD_IMAGE_TAGS: ${{ matrix.BUILD_IMAGE_TAGS }}
293
BASE_IMAGE: ${{ matrix.BASE_IMAGE }}
294
- COMMANDBOX_VERSION: 6.3.3-rc
295
- IMAGE_VERSION: 3.17.0
+ COMMANDBOX_VERSION: 6.3.3
+ IMAGE_VERSION: 3.18.0
296
run: |
297
# Split the comma-separated tags
298
IFS=',' read -ra TAG_ARRAY <<< "$BUILD_IMAGE_TAGS"
0 commit comments