diff --git a/.github/workflows/create-image.yml b/.github/workflows/create-image.yml index 5b11abd036..af127397f4 100644 --- a/.github/workflows/create-image.yml +++ b/.github/workflows/create-image.yml @@ -39,7 +39,7 @@ jobs: # Fetch all tags fetch-depth: 0 - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -81,7 +81,7 @@ jobs: fetch-depth: 0 - name: Log in to the Container registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}