We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858c693 commit 6478b80Copy full SHA for 6478b80
.github/workflows/build-image.yml
@@ -77,7 +77,7 @@ jobs:
77
uses: docker/setup-buildx-action@v1.5.1
78
79
- name: Cache Docker layers
80
- uses: actions/cache@v2.1.6
+ uses: actions/cache@v4.2.4
81
with:
82
path: /tmp/.buildx-cache
83
key: ohw-docker-buildx-${{ inputs.image_name }}-${{ github.sha }}
.github/workflows/build-pixi-image.yml
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
0 commit comments