File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 push : true
133133 tags : |
134134 ghcr.io/${{ github.repository }}:latest
135- ghcr.io/${{ github.repository }}:${{ needs.prepare-build.outputs .date_tag }}
135+ ghcr.io/${{ github.repository }}:${{ inputs .date_tag }}
136136 target : final
137137 cache-from : type=registry,ref=ghcr.io/${{ github.repository }}:clang-step
138138 cache-to : type=inline
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 push : true
133133 tags : |
134134 ghcr.io/${{ github.repository }}:latest
135- ghcr.io/${{ github.repository }}:${{ needs.prepare-build.outputs .date_tag }}
135+ ghcr.io/${{ github.repository }}:${{ inputs .date_tag }}
136136 target : final
137137 cache-from : type=registry,ref=ghcr.io/${{ github.repository }}:clang-step
138138 cache-to : type=inline
You can’t perform that action at this time.
0 commit comments