ci(deps): bump docker/login-action from 3 to 4 (#22)
Some checks failed
Build / build (push) Has been cancelled
Build / delete-untagged-images (push) Has been cancelled

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-03-09 17:02:36 +01:00 committed by GitHub
parent 0d3ac84894
commit efbf928920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,7 @@ jobs:
- name: Login to docker.io - name: Login to docker.io
if: ${{ env.DOCKER_PUSH }} if: ${{ env.DOCKER_PUSH }}
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
username: ${{ secrets.DOCKER_HUB_USERNAME }} username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }} password: ${{ secrets.DOCKER_HUB_TOKEN }}
@ -131,7 +131,7 @@ jobs:
- name: Login to ghcr.io - name: Login to ghcr.io
if: ${{ env.DOCKER_PUSH_GHCR }} if: ${{ env.DOCKER_PUSH_GHCR }}
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}