mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-20 21:16:19 +01:00
attempt to skip cache restore step
This commit is contained in:
parent
4e90bd8e46
commit
aa77a274c3
16
.github/workflows/docker-publish.yml
vendored
16
.github/workflows/docker-publish.yml
vendored
@ -54,13 +54,15 @@ jobs:
|
|||||||
- name: Setup Docker buildx
|
- name: Setup Docker buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Cache Docker layers
|
# This step is being disabled because the runner is on a self-hosted machine
|
||||||
uses: actions/cache@v3
|
# where the cache will stick between runs.
|
||||||
with:
|
# - name: Cache Docker layers
|
||||||
path: /tmp/.buildx-cache
|
# uses: actions/cache@v3
|
||||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
# with:
|
||||||
restore-keys: |
|
# path: /tmp/.buildx-cache
|
||||||
${{ runner.os }}-buildx-
|
# key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||||
|
# restore-keys: |
|
||||||
|
# ${{ runner.os }}-buildx-
|
||||||
|
|
||||||
# Login against a Docker registry except on PR
|
# Login against a Docker registry except on PR
|
||||||
# https://github.com/docker/login-action
|
# https://github.com/docker/login-action
|
||||||
|
Loading…
x
Reference in New Issue
Block a user