Try to make the cache work, take N
Build and Publish Docker Container / build (push) Successful in 16m35s
Build and Publish Docker Container / build (push) Successful in 16m35s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user