diff --git a/.github/workflows/curldemo.yaml b/.github/workflows/curldemo.yaml index c7498c563d..703c6bea54 100644 --- a/.github/workflows/curldemo.yaml +++ b/.github/workflows/curldemo.yaml @@ -31,7 +31,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push id: docker_build - uses: docker/build-push-action@f9efed53cc1b0364ba947400ac02042bbbaac7fc + uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 with: context: ./deploy/test-apps/curldemo/ file: ./deploy/test-apps/curldemo/Dockerfile