Skip to content

Commit eaa63ee

Browse files
authored
Merge pull request #9 from PDOK/revert-to-actionscachev2-for-testing
Revert actions/cache to v2 for automatic upgrade testing
2 parents 7b26cc2 + 4fe5119 commit eaa63ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-publish-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Docker Buildx
2929
uses: docker/setup-buildx-action@v1
3030
- name: Cache Docker layers
31-
uses: actions/cache@v3
31+
uses: actions/cache@v2
3232
with:
3333
path: /tmp/.buildx-cache
3434
key: ${{ runner.os }}-buildx-${{ github.sha }}
@@ -64,4 +64,4 @@ jobs:
6464
}]
6565
}
6666
env:
67-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
67+
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)