diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index efaca1b..3a23b40 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@2cdde995de11925a030ce8070c3d77a52ffcf1c0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 with: context: . push: false diff --git a/.github/workflows/pr.ci.js.yml b/.github/workflows/pr.ci.js.yml index 229dba0..a3a4874 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@2cdde995de11925a030ce8070c3d77a52ffcf1c0 + uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 with: context: . push: false