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

Commit

Permalink
Merge pull request #30 from github/versions
Browse files Browse the repository at this point in the history
Docker images versionning
  • Loading branch information
xcorail authored Apr 6, 2020
2 parents 468cded + 7c90c7d commit 01c85c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions codeql-learninglab-check/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion courses/cpp/uboot/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion courses/cpp/uboot/image/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 01c85c8

Please sign in to comment.