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 bd5940f + 0290770 commit 653fce1Copy full SHA for 653fce1
.github/workflows/dev-build.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@v4
30
31
- name: Log in to Docker Hub
32
- uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
+ uses: docker/login-action@v3
33
with:
34
username: ${{ env.DOCKER_HUB_USERNAME }}
35
password: ${{ env.DOCKER_HUB_PASSWORD }}
.github/workflows/prod-build.yml
@@ -42,7 +42,7 @@ jobs:
42
43
# Docker Hub login
44
45
- uses: docker/login-action@v4
46
47
48
0 commit comments