Skip to content

Commit 7d29032

Browse files
author
Dennis Labordus
committed
Update action version.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent e15d254 commit 7d29032

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Docker Buildx
1919
id: buildx
2020
uses: docker/setup-buildx-action@v1
21-
- name: Cache register
21+
- name: Cache Docker Register
2222
uses: actions/cache@v2
2323
with:
2424
path: /tmp/.buildx-cache

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
username: ${{ secrets.DOCKER_HUB_USERNAME }}
2525
password: ${{ secrets.DOCKER_HUB_TOKEN }}
26-
- name: Cache register
26+
- name: Cache Docker Register
2727
uses: actions/cache@v2
2828
with:
2929
path: /tmp/.buildx-cache

0 commit comments

Comments
 (0)