diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-24 13:40:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-24 13:40:12 -0400 |
commit | 53b8f91c02b776190036b24146c6103d1dfc0dcc (patch) | |
tree | 411acacb3552d0bc3fc240aa3457537e361e587b | |
parent | a841ddd00c1600662f3f42646d61dd0b34dfb7e4 (diff) | |
download | spack-53b8f91c02b776190036b24146c6103d1dfc0dcc.tar.gz spack-53b8f91c02b776190036b24146c6103d1dfc0dcc.tar.bz2 spack-53b8f91c02b776190036b24146c6103d1dfc0dcc.tar.xz spack-53b8f91c02b776190036b24146c6103d1dfc0dcc.zip |
build(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#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](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567)
---
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>
-rw-r--r-- | .github/workflows/build-containers.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-containers.yml b/.github/workflows/build-containers.yml index 1fe2c8427a..9ef6318b38 100644 --- a/.github/workflows/build-containers.yml +++ b/.github/workflows/build-containers.yml @@ -99,7 +99,7 @@ jobs: uses: docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 - name: Log in to GitHub Container Registry - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ghcr.io username: ${{ github.actor }} @@ -107,7 +107,7 @@ jobs: - name: Log in to DockerHub if: github.event_name != 'pull_request' - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} |