Browse Source

chore(deps): bump docker/login-action from 3.1.0 to 3.2.0 (#5645)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](e92390c5fb...0d4c9c5ea7693da7b068278f7b52bda2a190a446)

---
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>
pull/5647/head
dependabot[bot] 7 months ago
committed by GitHub
parent
commit
c5a0ca949f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/container_dev.yml
  2. 4
      .github/workflows/container_latest.yml
  3. 2
      .github/workflows/container_release1.yml
  4. 2
      .github/workflows/container_release2.yml
  5. 2
      .github/workflows/container_release3.yml
  6. 2
      .github/workflows/container_release4.yml
  7. 2
      .github/workflows/container_release5.yml

4
.github/workflows/container_dev.yml

@ -42,14 +42,14 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}

4
.github/workflows/container_latest.yml

@ -43,14 +43,14 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Login to GHCR
if: github.event_name != 'pull_request'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v1
with:
registry: ghcr.io
username: ${{ secrets.GHCR_USERNAME }}

2
.github/workflows/container_release1.yml

@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

2
.github/workflows/container_release2.yml

@ -42,7 +42,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

2
.github/workflows/container_release3.yml

@ -42,7 +42,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

2
.github/workflows/container_release4.yml

@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

2
.github/workflows/container_release5.yml

@ -41,7 +41,7 @@ jobs:
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v1
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

Loading…
Cancel
Save