diff --git a/.github/workflows/build-verify.yml b/.github/workflows/build-verify.yml index ff2e4ae..bcb9913 100644 --- a/.github/workflows/build-verify.yml +++ b/.github/workflows/build-verify.yml @@ -64,7 +64,7 @@ jobs: - name: Build and push container image id: build-and-push - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true' with: context: . @@ -94,7 +94,7 @@ jobs: - name: Build and push container image for next version id: build-and-push-next - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0 + uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0 if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true' with: context: .