Browse Source
chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 (#7289)
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](184bdaa072
...5e57cd118135c172c3672efd75eb46360885c0ef)
---
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/7285/head
dependabot[bot]
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with
10 additions and
10 deletions
-
.github/workflows/container_dev.yml
-
.github/workflows/container_latest.yml
-
.github/workflows/container_release1.yml
-
.github/workflows/container_release2.yml
-
.github/workflows/container_release3.yml
-
.github/workflows/container_release4.yml
-
.github/workflows/container_release5.yml
-
.github/workflows/container_rocksdb_version.yml
|
@ -42,14 +42,14 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Login to Docker Hub |
|
|
name: Login to Docker Hub |
|
|
if: github.event_name != 'pull_request' |
|
|
if: github.event_name != 'pull_request' |
|
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 |
|
|
|
|
|
|
|
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
- |
|
|
- |
|
|
name: Login to GHCR |
|
|
name: Login to GHCR |
|
|
if: github.event_name != 'pull_request' |
|
|
if: github.event_name != 'pull_request' |
|
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 |
|
|
|
|
|
|
|
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 |
|
|
with: |
|
|
with: |
|
|
registry: ghcr.io |
|
|
registry: ghcr.io |
|
|
username: ${{ secrets.GHCR_USERNAME }} |
|
|
username: ${{ secrets.GHCR_USERNAME }} |
|
|
|
@ -43,14 +43,14 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Login to Docker Hub |
|
|
name: Login to Docker Hub |
|
|
if: github.event_name != 'pull_request' |
|
|
if: github.event_name != 'pull_request' |
|
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 |
|
|
|
|
|
|
|
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
- |
|
|
- |
|
|
name: Login to GHCR |
|
|
name: Login to GHCR |
|
|
if: github.event_name != 'pull_request' |
|
|
if: github.event_name != 'pull_request' |
|
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 |
|
|
|
|
|
|
|
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 |
|
|
with: |
|
|
with: |
|
|
registry: ghcr.io |
|
|
registry: ghcr.io |
|
|
username: ${{ secrets.GHCR_USERNAME }} |
|
|
username: ${{ secrets.GHCR_USERNAME }} |
|
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Login to Docker Hub |
|
|
name: Login to Docker Hub |
|
|
if: github.event_name != 'pull_request' |
|
|
if: github.event_name != 'pull_request' |
|
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 |
|
|
|
|
|
|
|
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
@ -42,7 +42,7 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Login to Docker Hub |
|
|
name: Login to Docker Hub |
|
|
if: github.event_name != 'pull_request' |
|
|
if: github.event_name != 'pull_request' |
|
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 |
|
|
|
|
|
|
|
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
@ -42,7 +42,7 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Login to Docker Hub |
|
|
name: Login to Docker Hub |
|
|
if: github.event_name != 'pull_request' |
|
|
if: github.event_name != 'pull_request' |
|
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 |
|
|
|
|
|
|
|
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Login to Docker Hub |
|
|
name: Login to Docker Hub |
|
|
if: github.event_name != 'pull_request' |
|
|
if: github.event_name != 'pull_request' |
|
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 |
|
|
|
|
|
|
|
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
- |
|
|
- |
|
|
name: Login to Docker Hub |
|
|
name: Login to Docker Hub |
|
|
if: github.event_name != 'pull_request' |
|
|
if: github.event_name != 'pull_request' |
|
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 |
|
|
|
|
|
|
|
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
|
@ -88,7 +88,7 @@ jobs: |
|
|
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v1 |
|
|
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v1 |
|
|
|
|
|
|
|
|
- name: Login to Docker Hub |
|
|
- name: Login to Docker Hub |
|
|
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v1 |
|
|
|
|
|
|
|
|
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v1 |
|
|
with: |
|
|
with: |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
username: ${{ secrets.DOCKER_USERNAME }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|
password: ${{ secrets.DOCKER_PASSWORD }} |
|
|