diff --git a/.github/workflows/build-workflow.yaml b/.github/workflows/build-workflow.yaml index 3036ab7..19a1fc5 100644 --- a/.github/workflows/build-workflow.yaml +++ b/.github/workflows/build-workflow.yaml @@ -87,7 +87,7 @@ jobs: - name: Log in to GitHub Container Registry if: github.event_name != 'pull_request' && github.server_url == 'https://github.com' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -95,7 +95,7 @@ jobs: - name: Log in to Forgejo Container Registry if: github.event_name != 'pull_request' && github.server_url != 'https://github.com' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ steps.platform.outputs.registry }} username: ${{ github.actor }}