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 f253b9d commit 38e7182Copy full SHA for 38e7182
.github/workflows/build-project.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: docker/setup-buildx-action@v1
25
- name: Cache Docker Register
26
if: ${{ github.event_name == 'pull_request' }}
27
- uses: actions/cache@v2
+ uses: actions/cache@v3
28
with:
29
path: /tmp/.buildx-cache
30
key: ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
.github/workflows/release-project.yml
@@ -25,7 +25,7 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
31
0 commit comments