diff --git a/.github/workflows/build-example.yml b/.github/workflows/build-example.yml index 4bea7f3..f43f80d 100644 --- a/.github/workflows/build-example.yml +++ b/.github/workflows/build-example.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Log in to the Container registry - uses: docker/login-action@v1.14.1 + uses: docker/login-action@v2.0.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}