Skip to content

Commit 375382d

Browse files
chore: bump docker/login-action from 3.5.0 to 3.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@184bdaa...5e57cd1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 073e960 commit 375382d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-test-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5555

5656
- name: Log in to GitHub Container Registry
57-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
57+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6060

6161
- name: Log in to GitHub Container Registry
62-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
62+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6363
with:
6464
registry: ghcr.io
6565
username: ${{ github.actor }}
@@ -121,13 +121,13 @@ jobs:
121121
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
122122

123123
- name: Log in to Docker Hub
124-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
124+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
125125
with:
126126
username: ${{ secrets.DOCKER_USERNAME }}
127127
password: ${{ secrets.DOCKER_PASSWORD }}
128128

129129
- name: Log in to GitHub Container Registry
130-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
130+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
131131
with:
132132
registry: ghcr.io
133133
username: ${{ github.actor }}

0 commit comments

Comments
 (0)