We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83cb790 commit 9f6f939Copy full SHA for 9f6f939
.github/workflows/Prebuild.yaml
@@ -40,5 +40,5 @@ jobs:
40
with:
41
push: ${{ github.event_name != 'pull_request' }}
42
platforms: linux/arm64
43
- tags: ${{ env.tags }}
+ tags: ${{ steps.meta.outputs.tags }}
44
labels: ${{ steps.meta.outputs.labels }}
0 commit comments