mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
📎 Minor adaptations on manage.sh.
This commit is contained in:
@@ -188,10 +188,6 @@ function publish-latest-images {
|
||||
|
||||
function publish-snapshot-images {
|
||||
set -x
|
||||
docker tag $ORGANIZATION/frontend:$CURRENT_VERSION $ORGANIZATION/frontend:$CURRENT_BRANCH
|
||||
docker tag $ORGANIZATION/backend:$CURRENT_VERSION $ORGANIZATION/backend:$CURRENT_BRANCH
|
||||
docker tag $ORGANIZATION/exporter:$CURRENT_VERSION $ORGANIZATION/exporter:$CURRENT_BRANCH
|
||||
|
||||
docker push $ORGANIZATION/frontend:$CURRENT_BRANCH;
|
||||
docker push $ORGANIZATION/backend:$CURRENT_BRANCH;
|
||||
docker push $ORGANIZATION/exporter:$CURRENT_BRANCH;
|
||||
|
||||
Reference in New Issue
Block a user