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

Commit 6556bbf

Browse files
committed
Fix template to add placeholder for lang instead of cpp
1 parent 8aaf8cd commit 6556bbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/action/image/publish.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ set -x
66
docker login docker.pkg.github.com -u github-actions -p ${GITHUB_TOKEN}
77

88
IMAGE_VERSION=0.0.1
9-
IMAGE_TAG=docker.pkg.github.com/github/codeql-learninglab-actions/courses-cpp-<course-name>:${IMAGE_VERSION}
10-
IMAGE_LATEST_TAG=docker.pkg.github.com/github/codeql-learninglab-actions/courses-cpp-<course-name>:latest
9+
IMAGE_TAG=docker.pkg.github.com/github/codeql-learninglab-actions/courses-<lang>-<course-name>:${IMAGE_VERSION}
10+
IMAGE_LATEST_TAG=docker.pkg.github.com/github/codeql-learninglab-actions/courses-<lang>-<course-name>:latest
1111

1212
docker build -t $IMAGE_TAG -t $IMAGE_LATEST_TAG .
1313

0 commit comments

Comments
 (0)