diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index c8084c2..c203b6f 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 - name: Log in to the Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}