🔧 Release admin-console images on final tags

This commit is contained in:
David Barragán Merino 2026-08-04 11:57:31 +02:00
parent 6e843faba3
commit 2142b8c8d5

View File

@ -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