Skip to content

Commit 653fce1

Browse files
Merge pull request #579 from Steinbeck-Lab/development
fix: update docker login version in workflows
2 parents bd5940f + 0290770 commit 653fce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v4
3030

3131
- name: Log in to Docker Hub
32-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
32+
uses: docker/login-action@v3
3333
with:
3434
username: ${{ env.DOCKER_HUB_USERNAME }}
3535
password: ${{ env.DOCKER_HUB_PASSWORD }}

.github/workflows/prod-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Docker Hub login
4444
- name: Log in to Docker Hub
45-
uses: docker/login-action@v4
45+
uses: docker/login-action@v3
4646
with:
4747
username: ${{ env.DOCKER_HUB_USERNAME }}
4848
password: ${{ env.DOCKER_HUB_PASSWORD }}

0 commit comments

Comments
 (0)