diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index e3c4853ba64..4f8e8b2a71e 100644 --- a/.github/workflows/docker_image.yml +++ b/.github/workflows/docker_image.yml @@ -30,7 +30,7 @@ jobs: - name: Check out the repo uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}