Skip to content

Commit 53b8f91

Browse files
build(deps): bump docker/login-action from 3.2.0 to 3.3.0 (spack#45378)
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@0d4c9c5...9780b0c) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a841ddd commit 53b8f91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,15 @@ jobs:
9999
uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27
100100

101101
- name: Log in to GitHub Container Registry
102-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
102+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
103103
with:
104104
registry: ghcr.io
105105
username: ${{ github.actor }}
106106
password: ${{ secrets.GITHUB_TOKEN }}
107107

108108
- name: Log in to DockerHub
109109
if: github.event_name != 'pull_request'
110-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
110+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
111111
with:
112112
username: ${{ secrets.DOCKERHUB_USERNAME }}
113113
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)