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 3ee1edf + 2d7a5c9 commit 7441feeCopy full SHA for 7441fee
.github/workflows/build-project.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v3
25
- name: Set up Docker Buildx
26
id: buildx
27
- uses: docker/setup-buildx-action@v1
+ uses: docker/setup-buildx-action@v2
28
- name: Cache Docker Register
29
uses: actions/cache@v3
30
with:
.github/workflows/release-project.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
- name: Login to Docker Hub
23
uses: docker/login-action@v2
0 commit comments