Skip to content

Commit 29c7301

Browse files
authored
ci: build ci base image on top of newer dd-octo-sts-ci-base (#30)
The newer dd-octo-sts-ci-base contains more tools that folks may want to use, so let's build on top of that.
1 parent 4b1ca1a commit 29c7301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/publish-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if command -v gtar >/dev/null 2>&1; then
1010
fi;
1111

1212
BASE_IMAGE_REPO="registry.ddbuild.io/images/dd-octo-sts-ci-base"
13-
BASE_TAG="2025.06-1"
13+
BASE_TAG="2025.07-1"
1414
BASE_IMAGE="${BASE_IMAGE_REPO}:${BASE_TAG}"
1515

1616
# TODO: Let this run without depending on the release pipeline so it can be scheduled. It can use

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const VERSION = "2.0.0"
3+
const VERSION = "2.0.1"

0 commit comments

Comments
 (0)