mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
📎 Minor adaptations on manage.sh.
This commit is contained in:
parent
f4cb7d1862
commit
9b02889ea5
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue