mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-30 12:19:11 +00:00
ci: revert build devcontainers step
This commit is contained in:
parent
ac418a3f5b
commit
ad26ff520a
2
.github/workflows/build-devcontainers.yml
vendored
2
.github/workflows/build-devcontainers.yml
vendored
@ -22,5 +22,5 @@ jobs:
|
||||
for image_archive in $(< build_paths); do
|
||||
CONTAINER_TAG=$(echo $image_archive | awk 'match($0, /docker-image-(\S+).tar.gz/, arr) {print arr[1]}')
|
||||
skopeo copy \
|
||||
"docker-archive:${image_archive}" "docker://ghcr.io/${{ github.repository }}"
|
||||
"docker-archive:${image_archive}" "docker://ghcr.io/${{ github.repository }}:$CONTAINER_TAG"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user