diff --git a/codeql-learninglab-check/publish.sh b/codeql-learninglab-check/publish.sh index 09ce9bc..d14f479 100755 --- a/codeql-learninglab-check/publish.sh +++ b/codeql-learninglab-check/publish.sh @@ -5,8 +5,8 @@ set -x docker login docker.pkg.github.com -u github-actions -p ${GITHUB_TOKEN} -PREV_IMAGE_VERSION=v0.0.9 -IMAGE_VERSION=v0.0.10 +PREV_IMAGE_VERSION=v0.0.10 +IMAGE_VERSION=v1.0.0 IMAGE_PATH=docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check IMAGE_TAG=${IMAGE_PATH}:${IMAGE_VERSION} diff --git a/courses/cpp/uboot/image/Dockerfile b/courses/cpp/uboot/image/Dockerfile index ef8e627..f2ab9e3 100644 --- a/courses/cpp/uboot/image/Dockerfile +++ b/courses/cpp/uboot/image/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v0.0.10 +FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v1.0.0 ## Add course config COPY --chown=codeql:codeql config /home/codeql/config diff --git a/courses/cpp/uboot/image/publish.sh b/courses/cpp/uboot/image/publish.sh index ea4cac8..47ea009 100755 --- a/courses/cpp/uboot/image/publish.sh +++ b/courses/cpp/uboot/image/publish.sh @@ -5,7 +5,7 @@ set -x docker login docker.pkg.github.com -u github-actions -p ${GITHUB_TOKEN} -IMAGE_VERSION=latest +IMAGE_VERSION=v1.0.0 IMAGE_TAG=docker.pkg.github.com/github/codeql-learninglab-actions/courses-cpp-uboot:${IMAGE_VERSION} docker build -t $IMAGE_TAG .