diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 6e693fc6f8f..3fc37dfde2b 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -96,7 +96,7 @@ jobs: - name: Build and push runtime docker image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . target: runtime @@ -116,7 +116,7 @@ jobs: type=ref,event=branch,suffix=-preloaddemo-snapshot,priority=650 - name: Build and push demo docker image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . target: demo @@ -141,7 +141,7 @@ jobs: type=ref,event=branch,suffix=-plugins-snapshot,priority=650 - name: Build and push framework with plugins docker image - uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 with: context: . target: runtime