Skip to content

Commit c37856a

Browse files
Update docker/login-action action to v3.4.0
1 parent a03f38c commit c37856a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818

1919
- name: Docker Login to Docker Hub
2020
if: ${{ github.event_name == 'push' }}
21-
uses: docker/login-action@v3.3.0
21+
uses: docker/login-action@v3.4.0
2222
with:
2323
registry: docker.io
2424
username: ${{ secrets.DOCKERHUB_USERNAME }}
2525
password: ${{ secrets.DOCKERHUB_TOKEN }}
2626

2727
- name: Docker Login to GHCR
2828
if: ${{ github.event_name == 'push' }}
29-
uses: docker/login-action@v3.3.0
29+
uses: docker/login-action@v3.4.0
3030
with:
3131
registry: ghcr.io
3232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)