diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 0c3d2174..3908a495 100644 --- a/.github/workflows/images.yaml +++ b/.github/workflows/images.yaml @@ -64,7 +64,7 @@ jobs: type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}