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.
2 parents f986895 + 38e7182 commit c6cdd9fCopy full SHA for c6cdd9f
.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