Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
sudo apt clean

- name: Set up cache for Docker layers layers
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: /tmp/.buildx-cache
# Change CACHE_VERSION to clear all caches ; see https://github.community/t/how-to-clear-cache-in-github-actions/129038/5
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
sudo apt clean

- name: Set up cache for Docker layers layers
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: /tmp/.buildx-cache
# Change CACHE_VERSION to clear all caches ; see https://github.community/t/how-to-clear-cache-in-github-actions/129038/5
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
sudo apt clean

- name: Set up cache for Docker layers layers
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: /tmp/.buildx-cache
# Change CACHE_VERSION to clear all caches ; see https://github.community/t/how-to-clear-cache-in-github-actions/129038/5
Expand Down