john made this, i don't expect it to work
All checks were successful
/ docker (push) Successful in 42s
All checks were successful
/ docker (push) Successful in 42s
This commit is contained in:
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:
|
||||
|
Loading…
Reference in New Issue
Block a user