diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 4226cf0..d1ef157 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}