mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-08-04 12:26:46 +02:00
Update Docker build workflow
Added a pull for the previous latest so the layers from those can be reused
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -24,6 +24,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Pull last image for layer reuse
|
||||||
|
run: |
|
||||||
|
docker pull docker.io/zoraxydocker/zoraxy:latest
|
||||||
|
|
||||||
- name: Setup building file structure
|
- name: Setup building file structure
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user