Skip to content

Commit

Permalink
#324 #325 UPDATE Base image
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitz committed Feb 26, 2025
1 parent 239ce4b commit ba25b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/base_image_config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
: "${CONTAINER_REGISTRY:=ghcr.io}"
: "${GITHUB_REPOSITORY_OWNER:=terrateamio}"
: "${BASE_IMAGE_NAME:=terrat-base}"
BASE_IMAGE_TAG="20250219-1245-bcaf954"
BASE_IMAGE_TAG="20250226-2230-239ce4b"
BASE_IMAGE="${CONTAINER_REGISTRY}/${GITHUB_REPOSITORY_OWNER}/${BASE_IMAGE_NAME}:${BASE_IMAGE_TAG}"

0 comments on commit ba25b6e

Please sign in to comment.