john made this, i don't expect it to work
All checks were successful
/ docker (push) Successful in 42s

This commit is contained in:
Lee 2023-07-08 01:03:38 +01:00
parent e2b2d0694b
commit 76e6e045b9

@ -35,6 +35,15 @@ jobs:
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_TOKEN }}
- name: Cache Docker Build Steps
uses: actions/cache@v2
id: docker-build-cache
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-docker-build-${{ hashFiles('**/Dockerfile') }}
restore-keys: |
${{ runner.os }}-docker-build-
- name: Build and Push
uses: docker/build-push-action@v4
with: