mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 20:28:11 +00:00
📎 Minor adaptations on manage.sh.
This commit is contained in:
parent
f4cb7d1862
commit
9b02889ea5
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user