diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 93d0b15ea85..e7c0de8bbd4 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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0 with: context: . target: runtime