diff --git a/.github/workflows/images.yaml b/.github/workflows/images.yaml index 6464c3bc..1e7497ec 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@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}