Browse Source

build(deps): bump docker/login-action from 3 to 4

Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
pull/2527/head
dependabot[bot] 4 months ago
committed by GitHub
parent
commit
da18ddce05
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/deploy-development.yml
  2. 6
      .github/workflows/deploy-edge.yml
  3. 2
      .github/workflows/deploy-pr.yml
  4. 6
      .github/workflows/deploy.yml

6
.github/workflows/deploy-development.yml

@ -38,7 +38,7 @@ jobs:
latest=false latest=false
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
@ -92,14 +92,14 @@ jobs:
merge-multiple: true merge-multiple: true
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Codeberg - name: Login to Codeberg
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: codeberg.org registry: codeberg.org
username: ${{ secrets.CODEBERG_USER }} username: ${{ secrets.CODEBERG_USER }}

6
.github/workflows/deploy-edge.yml

@ -47,7 +47,7 @@ jobs:
latest=false latest=false
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
@ -101,14 +101,14 @@ jobs:
merge-multiple: true merge-multiple: true
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Codeberg - name: Login to Codeberg
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: codeberg.org registry: codeberg.org
username: ${{ secrets.CODEBERG_USER }} username: ${{ secrets.CODEBERG_USER }}

2
.github/workflows/deploy-pr.yml

@ -38,7 +38,7 @@ jobs:
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}

6
.github/workflows/deploy.yml

@ -46,7 +46,7 @@ jobs:
latest=false latest=false
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
@ -102,14 +102,14 @@ jobs:
merge-multiple: true merge-multiple: true
- name: Login to GitHub Container Registry - name: Login to GitHub Container Registry
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: ghcr.io registry: ghcr.io
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Codeberg - name: Login to Codeberg
uses: docker/login-action@v3 uses: docker/login-action@v4
with: with:
registry: codeberg.org registry: codeberg.org
username: ${{ secrets.CODEBERG_USER }} username: ${{ secrets.CODEBERG_USER }}

Loading…
Cancel
Save