Skip to content

Commit 94c32a5

Browse files
committed
chore: fix vars
1 parent 9f7ee62 commit 94c32a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
image_tag: ${{ fromJson(needs.build.outputs.image_tags) }}
215215
runs-on: ubuntu-latest
216216
outputs:
217-
version: ${{ steps.get_version.outputs.version }}
217+
version: ${{ steps.get_version.outputs.publish_version }}
218218
steps:
219219
- id: get_version
220220
run: |

0 commit comments

Comments
 (0)