Skip to content

Commit 08473de

Browse files
Bump docker/login-action from 3 to 4 (#743)
1 parent 1ff1c6b commit 08473de

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
@@ -23,7 +23,7 @@ jobs:
2323
continue-on-error: true
2424

2525
- name: 🔐 Login to Docker Hub
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
registry: registry.cevi.tools
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}

.github/workflows/prod_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
continue-on-error: true
2424

2525
- name: 🔐 Login to Docker Hub
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
registry: registry.cevi.tools
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)