Pull images to not repeat work

This commit is contained in:
zontreck 2024-07-10 17:13:12 -07:00
parent bbfe1f0b4c
commit 53624d5551

View file

@ -1,5 +1,10 @@
#!/bin/bash #!/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 build -t git.zontreck.com/zontreck/skyrim:latest latest
docker push git.zontreck.com/zontreck/skyrim:latest docker push git.zontreck.com/zontreck/skyrim:latest