mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-03 06:07:20 +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:
parent
c4266559be
commit
b8a47dc620
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -25,6 +25,10 @@ jobs:
|
||||
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: |
|
||||
cp -lr $GITHUB_WORKSPACE/src/ $GITHUB_WORKSPACE/docker/
|
||||
|
Loading…
x
Reference in New Issue
Block a user