diff --git a/.github/workflows/docker-build-and-push.yaml b/.github/workflows/docker-build-and-push.yaml index 485e62a..b21eb0a 100644 --- a/.github/workflows/docker-build-and-push.yaml +++ b/.github/workflows/docker-build-and-push.yaml @@ -30,10 +30,9 @@ jobs: ${GITHUB_WORKSPACE} - name: Build and Push with Kaniko - uses: aevea/action-kaniko@v0.10.0 # High-level wrapper for Kaniko + uses: aevea/action-kaniko@master with: image: niccolon/raptor-deps-mlir0c2701f - cache: true path: mlir0c2701f build_file: mlir0c2701f/Dockerfile username: niccolon