fix: Correct secret substitution
Some checks failed
Build and Push Dev Containers / build (push) Failing after 1m10s
Some checks failed
Build and Push Dev Containers / build (push) Failing after 1m10s
This commit is contained in:
@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Build and push containers
|
- name: Build and push containers
|
||||||
run: |
|
run: |
|
||||||
for dir in base lab python rust go nodejs; do
|
for dir in base lab python rust go nodejs; do
|
||||||
tag="${ secrets.CONTAINER_REGISTRY }/base-images/$dir:latest"
|
tag="${{ secrets.CONTAINER_REGISTRY }}/base-images/$dir:latest"
|
||||||
docker build -t "$tag" "$dir"
|
docker build -t "$tag" "$dir"
|
||||||
docker push "$tag"
|
docker push "$tag"
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user