Try to make the cache work, take N
All checks were successful
Build and Publish Docker Container / build (push) Successful in 16m35s

This commit is contained in:
Joshua Coles 2024-06-04 08:42:46 +01:00
parent fc1cea32b5
commit bf47520d31

View File

@ -18,16 +18,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
# - name: Cache Docker layers
# uses: actions/cache@v3
# with:
# path: |
# /tmp/.buildx-cache.bookworm
# /tmp/.buildx-cache.latest
# key: ${{ runner.os }}-buildx-${{ github.sha }}
# restore-keys: |
# ${{ runner.os }}-buildx-
- name: Login to Docker
uses: docker/login-action@v1
with: