mirror of
https://github.com/penpot/penpot.git
synced 2026-09-24 21:06:14 +00:00
🔧 Release admin-console images on final tags
This commit is contained in:
parent
1f4750a86f
commit
eba8f34f04
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
|
|
||||||
echo "$PUB_DOCKER_PASSWORD" | skopeo login --username "$PUB_DOCKER_USERNAME" --password-stdin docker.io
|
echo "$PUB_DOCKER_PASSWORD" | skopeo login --username "$PUB_DOCKER_USERNAME" --password-stdin docker.io
|
||||||
|
|
||||||
IMAGES=("frontend" "backend" "exporter" "mcp" "storybook")
|
IMAGES=("frontend" "backend" "exporter" "admin-console" "mcp" "storybook")
|
||||||
SHORT_TAG=${TAG%.*}
|
SHORT_TAG=${TAG%.*}
|
||||||
|
|
||||||
for image in "${IMAGES[@]}"; do
|
for image in "${IMAGES[@]}"; do
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user