Skip to content

Commit 0691f98

Browse files
committed
pass the correct tags
1 parent c91b8a3 commit 0691f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-worker-v4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ jobs:
8585
with:
8686
file: ./apps/${{ matrix.package }}/Containerfile
8787
platforms: linux/amd64,linux/arm64
88-
tags: ${{ steps.get_tag.outputs.tag }}
88+
tags: ${{ steps.set_tags.outputs.image_tags }}
8989
push: true

0 commit comments

Comments
 (0)