One could not hurt
Some checks failed
Build and push container image / build (push) Has been cancelled
Some checks failed
Build and push container image / build (push) Has been cancelled
This commit is contained in:
parent
7059390af6
commit
080dd8577b
@ -31,9 +31,8 @@ jobs:
|
||||
uses: actions/cache@v3 # v3
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-buildx-
|
||||
key: docker-buildx-${{ github.sha }}
|
||||
restore-keys: docker-buildx-${{ github.sha }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3
|
||||
|
Loading…
Reference in New Issue
Block a user