diff --git a/.github/workflows/docker_image.yml b/.github/workflows/docker_image.yml index 4a61508468d..dc50247c1ce 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 }}