mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 23:08:29 +02:00
fix: fix production docker images naming
This commit is contained in:
parent
adfd40cde7
commit
7cedc9228e
2 changed files with 6 additions and 6 deletions
|
@ -108,8 +108,8 @@ function build-release-frontend {
|
|||
cp -vr frontend/dist docker/release.frontend/ || exit 1;
|
||||
|
||||
docker build --rm=true \
|
||||
-t ${IMGNAME}-frontend:$REV \
|
||||
-t ${IMGNAME}-frontend:latest \
|
||||
-t uxbox-production-frontend:$REV \
|
||||
-t uxbox-production-frontend:latest \
|
||||
docker/release.frontend/;
|
||||
|
||||
rm -rf docker/release.frontend/dist || exit 1;
|
||||
|
@ -135,8 +135,8 @@ function build-release-backend {
|
|||
cp -vr backend/dist docker/release.backend/ || exit 1;
|
||||
|
||||
docker build --rm=true \
|
||||
-t ${IMGNAME}-backend:$REV \
|
||||
-t ${IMGNAME}-backend:latest \
|
||||
-t uxbox-production-backend:$REV \
|
||||
-t uxbox-production-backend:latest \
|
||||
docker/release.backend/;
|
||||
|
||||
rm -rf docker/release.backend/dist || exit 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue