dependabot[bot]
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
10 additions and
10 deletions
-
.github/workflows/deploy-development.yml
-
.github/workflows/deploy-edge.yml
-
.github/workflows/deploy-pr.yml
-
.github/workflows/deploy.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 }} |
|
|
|
|
|
@ -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 }} |
|
|
|
|
|
@ -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 }} |
|
|
|
|
|
@ -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 }} |
|
|
|