Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
743a1ea9f5
Merge a9f8b22b79 into 34cc1208a6 2026-03-06 14:58:19 +02:00
dependabot[bot]
a9f8b22b79
Bump docker/login-action from 3.5.0 to 4.0.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 4.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](184bdaa072...b45d80f862)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 11:32:57 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ jobs:
with:
string: ${{ github.repository }}
- name: Log in to the Container registry
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
with:
registry: ghcr.io
username: ${{ github.actor }}

View File

@ -18,7 +18,7 @@ jobs:
with:
string: ${{ github.repository }}
- name: Log in to the Container registry
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
with:
registry: ghcr.io
username: ${{ github.actor }}