One could not hurt
Some checks failed
Build and push container image / build (push) Has been cancelled

This commit is contained in:
toast 2024-01-08 00:54:24 +11:00
parent 7059390af6
commit 080dd8577b

View File

@ -31,9 +31,8 @@ jobs:
uses: actions/cache@v3 # v3 uses: actions/cache@v3 # v3
with: with:
path: /tmp/.buildx-cache path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }} key: docker-buildx-${{ github.sha }}
restore-keys: | restore-keys: docker-buildx-${{ github.sha }}
${{ runner.os }}-buildx-
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3 uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3