diff --git a/.github/workflows/ci-dev-pipeline.yaml b/.github/workflows/ci-dev-pipeline.yaml index 90e475c..664ac9c 100644 --- a/.github/workflows/ci-dev-pipeline.yaml +++ b/.github/workflows/ci-dev-pipeline.yaml @@ -38,7 +38,7 @@ jobs: suffix= - name: Build and export to Docker - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 with: context: . file: ./Dockerfile @@ -48,7 +48,7 @@ jobs: - name: Build and push Docker image if: github.event_name != 'pull_request' - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 with: context: . file: ./Dockerfile @@ -67,7 +67,7 @@ jobs: suffix=gcloud - name: Build and export to Docker with gcloud - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 with: context: . file: ./Dockerfile-gcloud @@ -77,7 +77,7 @@ jobs: - name: Build and push Docker image with gcloud if: github.event_name != 'pull_request' - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 with: context: . file: ./Dockerfile-gcloud diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 0cf801e..e7e9938 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -28,7 +28,7 @@ jobs: prefix= suffix= - name: Build and push Docker image - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 with: context: . file: ./Dockerfile @@ -47,7 +47,7 @@ jobs: suffix=gcloud - name: Build and push Docker image gcloud - uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 with: context: . file: ./Dockerfile-gcloud