Skip to content

Commit 9f6f939

Browse files
committed
Fix tags source
1 parent 83cb790 commit 9f6f939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Prebuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
with:
4141
push: ${{ github.event_name != 'pull_request' }}
4242
platforms: linux/arm64
43-
tags: ${{ env.tags }}
43+
tags: ${{ steps.meta.outputs.tags }}
4444
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)