diff --git a/.github/workflows/build_and_publish_container.yml b/.github/workflows/build_and_publish_container.yml index e5472358..831cdf3e 100644 --- a/.github/workflows/build_and_publish_container.yml +++ b/.github/workflows/build_and_publish_container.yml @@ -172,7 +172,7 @@ jobs: # TODO: replace with $/build/actions/container when GitHub ships $/ syntax (#136) - name: "build and publish" id: build - uses: TomHennen/wrangle/build/actions/container@5d364e686de625ccb61a0fd5b12f9b25e1ab1d41 # main 2026-08-30 + uses: TomHennen/wrangle/build/actions/container@b16076757b2b8b3088f5e918296f85fcbbe5b9b3 # main 2026-08-30 with: path: ${{ inputs.path }} dockerfile: ${{ inputs.dockerfile }}