Skip to content

Commit a182854

Browse files
build(deps): bump docker/login-action in the updates group (#269)
1 parent fbb8f36 commit a182854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@ jobs:
7777

7878
- name: Login to DockerHub
7979
if: github.event_name != 'pull_request'
80-
uses: docker/login-action@v3.5.0
80+
uses: docker/login-action@v3.6.0
8181
with:
8282
username: ${{ secrets.DOCKER_USER }}
8383
password: ${{ secrets.DOCKER_PASSWORD }}
8484

8585
- name: Login to GHCR
8686
if: github.event_name != 'pull_request'
87-
uses: docker/login-action@v3.5.0
87+
uses: docker/login-action@v3.6.0
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.actor }}

0 commit comments

Comments
 (0)