diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eecc4c323..3c0f8cb80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,14 +63,14 @@ jobs: - name: Log in to the Docker container registry if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: koenkk password: ${{ secrets.DOCKER_KEY }} - name: Log in to the GitHub container registry if: (github.ref == 'refs/heads/dev' || startsWith(github.ref, 'refs/tags/')) && github.event_name == 'push' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: koenkk