Update Docker build workflow

Added a pull for the previous latest so the layers from those can be reused
This commit is contained in:
PassiveLemon 2025-03-28 23:59:44 -04:00
parent c4266559be
commit b8a47dc620

View File

@ -24,6 +24,10 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Pull last image for layer reuse
run: |
docker pull docker.io/zoraxydocker/zoraxy:latest
- name: Setup building file structure
run: |