diff --git a/.github/workflows/image_build_push.yml b/.github/workflows/image_build_push.yml index e250f0967..74d5d240d 100644 --- a/.github/workflows/image_build_push.yml +++ b/.github/workflows/image_build_push.yml @@ -66,4 +66,4 @@ jobs: -H "Authorization: Bearer ${{ secrets.GH_FG_PAT_TAGS }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/${{ matrix.repo }}/actions/workflows/image_build_push.yml/dispatches \ - -d '{"ref":"tags-matrix", "inputs": {"docker_image_tag" : "${{ steps.date.outputs.date }}"}}' \ No newline at end of file + -d '{"ref":"tags-matrix", "inputs": {"docker_image_tag" : "${{ needs.build.outputs.date }}"}}' \ No newline at end of file