Pull images to not repeat work
This commit is contained in:
parent
bbfe1f0b4c
commit
53624d5551
1 changed files with 5 additions and 0 deletions
5
build.sh
5
build.sh
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker pull git.zontreck.com/zontreck/skyrim:latest
|
||||
docker pull git.zontreck.com/zontreck/skyrim:installer
|
||||
|
||||
|
||||
|
||||
docker build -t git.zontreck.com/zontreck/skyrim:latest latest
|
||||
docker push git.zontreck.com/zontreck/skyrim:latest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue