Skip to content

Commit c77857f

Browse files
committed
update docker/login-action to v3
1 parent bfd27d5 commit c77857f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
pip3 install dockeree
3333
- name: Login to DockerHub
34-
uses: docker/login-action@v1
34+
uses: docker/login-action@v3
3535
with:
3636
username: ${{ secrets.DOCKERHUB_USERNAME }}
3737
password: ${{ secrets.DOCKERHUB_TOKEN }}

.github/workflows/build_images_regular.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
pip3 install dockeree
2626
- name: Login to DockerHub
27-
uses: docker/login-action@v1
27+
uses: docker/login-action@v3
2828
with:
2929
username: ${{ secrets.DOCKERHUB_USERNAME }}
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)