diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40e99a9..0d7cfda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,7 @@ jobs: | tee -- "$GITHUB_OUTPUT" - name: Build agent - uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 + uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7 with: builder: ${{ steps.buildx.outputs.name }} context: ${{ format('images/{0}', matrix.folder) }}