Skip to content

Commit

Permalink
added docker enterprise build and upload
Browse files Browse the repository at this point in the history
  • Loading branch information
openwms committed Apr 18, 2023
1 parent 90e707e commit df632c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/docker_build
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash
echo "$DOCKER_PASSWORD" | docker login -u $DOCKER_USER --password-stdin
docker build -t openwms/org.openwms.wms.receiving:latest .
2 changes: 2 additions & 0 deletions scripts/enterprise/docker_build
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
docker build -t registry.butan092.startdedicated.de/interface21.io/org.openwms.wms.receiving:latest .
3 changes: 3 additions & 0 deletions scripts/enterprise/docker_push
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
echo "$DOCKER_PASSWORD" | docker login -u $DOCKER_USER --password-stdin https://registry.butan092.startdedicated.de
docker push registry.butan092.startdedicated.de/interface21.io/org.openwms.wms.receiving:latest

0 comments on commit df632c6

Please sign in to comment.