diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index e1e7d4c..591a07d 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -50,7 +50,7 @@ jobs: install: true - name: Build Docker image and store in cache - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd with: context: . push: false diff --git a/.github/workflows/pr.ci.js.yml b/.github/workflows/pr.ci.js.yml index 1970243..a730fda 100644 --- a/.github/workflows/pr.ci.js.yml +++ b/.github/workflows/pr.ci.js.yml @@ -52,7 +52,7 @@ jobs: install: true - name: Build Docker image and store in cache - uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c + uses: docker/build-push-action@a254f8ca60a858f3136a2f1f23a60969f2c402dd with: context: . push: false