mirror of
https://github.com/penpot/penpot.git
synced 2026-08-04 20:09:05 +00:00
🔧 Release admin-console images on final tags
This commit is contained in:
parent
6e843faba3
commit
2142b8c8d5
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
|
||||
|
||||
IMAGES=("frontend" "backend" "exporter" "mcp" "storybook")
|
||||
IMAGES=("frontend" "backend" "exporter" "admin-console" "mcp" "storybook")
|
||||
SHORT_TAG=${TAG%.*}
|
||||
|
||||
for image in "${IMAGES[@]}"; do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user