diff --git a/.github/workflows/deploy-development.yml b/.github/workflows/deploy-development.yml index 4ea247f8..27d77dc3 100644 --- a/.github/workflows/deploy-development.yml +++ b/.github/workflows/deploy-development.yml @@ -38,7 +38,7 @@ jobs: latest=false - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -92,14 +92,14 @@ jobs: merge-multiple: true - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Codeberg - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: codeberg.org username: ${{ secrets.CODEBERG_USER }} diff --git a/.github/workflows/deploy-edge.yml b/.github/workflows/deploy-edge.yml index 2219623e..e86e1eec 100644 --- a/.github/workflows/deploy-edge.yml +++ b/.github/workflows/deploy-edge.yml @@ -47,7 +47,7 @@ jobs: latest=false - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -101,14 +101,14 @@ jobs: merge-multiple: true - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Codeberg - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: codeberg.org username: ${{ secrets.CODEBERG_USER }} diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index 77af14ea..5be310c0 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -38,7 +38,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 60f89cac..4c71d9c9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: latest=false - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -102,14 +102,14 @@ jobs: merge-multiple: true - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Login to Codeberg - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: codeberg.org username: ${{ secrets.CODEBERG_USER }}