mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 07:59:36 +00:00
🔧 Fix repository name in release.yml (#7731)
This commit is contained in:
parent
3f05dae455
commit
04ce4c3233
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -68,12 +68,12 @@ jobs:
|
|||||||
for image in "${IMAGES[@]}"; do
|
for image in "${IMAGES[@]}"; do
|
||||||
skopeo copy --all \
|
skopeo copy --all \
|
||||||
docker://$DOCKER_REGISTRY/$image:$TAG \
|
docker://$DOCKER_REGISTRY/$image:$TAG \
|
||||||
docker://docker.io/$PUB_DOCKER_USERNAME/$image:$TAG
|
docker://docker.io/penpotapp/$image:$TAG
|
||||||
|
|
||||||
for alias in main latest; do
|
for alias in main latest; do
|
||||||
skopeo copy --all \
|
skopeo copy --all \
|
||||||
docker://$DOCKER_REGISTRY/$image:$TAG \
|
docker://$DOCKER_REGISTRY/$image:$TAG \
|
||||||
docker://docker.io/$PUB_DOCKER_USERNAME/$image:$alias
|
docker://docker.io/penpotapp/$image:$alias
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user