Skip to content

Commit b03bcce

Browse files
chore(deps): bump docker/login-action from 3.6.0 to 3.7.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@5e57cd1...c94ce9f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 077e862 commit b03bcce

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-build-push-dockerhub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
fetch-depth: ${{ inputs.fetch-depth }}
133133

134134
- name: Login to Docker Hub
135-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
135+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
136136
with:
137137
username: ${{ secrets.dockerhub_username }}
138138
password: ${{ secrets.dockerhub_password }}

.github/workflows/docker-build-push-jfrog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
oidc-provider-name: github-nethermindeth
161161

162162
- name: Login to Registry with OIDC
163-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
163+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
164164
with:
165165
registry: ${{ inputs.jfrog_url }}
166166
username: ${{ steps.jfrog.outputs.oidc-user }}

.github/workflows/docker-promote-dockerhub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.1.1
5050

5151
- name: Login to Docker Hub
52-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
52+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
5353
with:
5454
username: ${{ secrets.dockerhub_username }}
5555
password: ${{ secrets.dockerhub_password }}

.github/workflows/docker-promote-jfrog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
oidc-provider-name: github-nethermindeth
8585

8686
- name: Login to Registry with OIDC
87-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
87+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
8888
with:
8989
registry: ${{ inputs.jfrog_url }}
9090
username: ${{ steps.jfrog.outputs.oidc-user }}

0 commit comments

Comments
 (0)