Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 7c90c7d

Browse files
committed
Docker images versionning
1 parent 468cded commit 7c90c7d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

codeql-learninglab-check/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -x
55

66
docker login docker.pkg.github.com -u github-actions -p ${GITHUB_TOKEN}
77

8-
PREV_IMAGE_VERSION=v0.0.9
9-
IMAGE_VERSION=v0.0.10
8+
PREV_IMAGE_VERSION=v0.0.10
9+
IMAGE_VERSION=v1.0.0
1010
IMAGE_PATH=docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check
1111
IMAGE_TAG=${IMAGE_PATH}:${IMAGE_VERSION}
1212

courses/cpp/uboot/image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v0.0.10
1+
FROM docker.pkg.github.com/github/codeql-learninglab-actions/codeql-learninglab-check:v1.0.0
22

33
## Add course config
44
COPY --chown=codeql:codeql config /home/codeql/config

courses/cpp/uboot/image/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -x
55

66
docker login docker.pkg.github.com -u github-actions -p ${GITHUB_TOKEN}
77

8-
IMAGE_VERSION=latest
8+
IMAGE_VERSION=v1.0.0
99
IMAGE_TAG=docker.pkg.github.com/github/codeql-learninglab-actions/courses-cpp-uboot:${IMAGE_VERSION}
1010

1111
docker build -t $IMAGE_TAG .

0 commit comments

Comments
 (0)