diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-07-24 16:15:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-24 16:15:49 +0200 |
| commit | 4f64d9501385ce654e3c078eb42ebc8beaa64467 (patch) | |
| tree | 2aa604624f5bcf63d3576748481883e8f3ea0ee2 /.github/workflows | |
| parent | ef8f6470e0473a1548f175217aaa7b9346ce6973 (diff) | |
[upd] github-actions: Bump docker/login-action from 4.4.0 to 4.5.0 (#6442)
Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/af1e73f918a031802d376d3c8bbc3fe56130a9b0...06fb636fac595d6fb4b28a5dfcb21a6f5091859c)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.5.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>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/container.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index eedd922e5..fd39892d4 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Login to GHCR - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 with: registry: "ghcr.io" username: "${{ github.repository_owner }}" @@ -110,7 +110,7 @@ jobs: steps: - name: Login to GHCR - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 with: registry: "ghcr.io" username: "${{ github.repository_owner }}" @@ -144,14 +144,14 @@ jobs: steps: - name: Login to Docker Hub - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 with: registry: "docker.io" username: "${{ secrets.DOCKER_USER }}" password: "${{ secrets.DOCKER_TOKEN }}" - name: Login to GHCR - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 with: registry: "ghcr.io" username: "${{ github.repository_owner }}" |
