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 e15d254 commit 7d29032Copy full SHA for 7d29032
.github/workflows/build-project.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Docker Buildx
19
id: buildx
20
uses: docker/setup-buildx-action@v1
21
- - name: Cache register
+ - name: Cache Docker Register
22
uses: actions/cache@v2
23
with:
24
path: /tmp/.buildx-cache
.github/workflows/release-project.yml
@@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
25
password: ${{ secrets.DOCKER_HUB_TOKEN }}
26
27
28
29
0 commit comments