We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eca252 commit c8a77b0Copy full SHA for c8a77b0
1 file changed
.github/workflows/pipeline.yml
@@ -34,8 +34,8 @@ jobs:
34
with:
35
context: ./back
36
push: true
37
- tags: ${{ id.meta.outputs.tags }}
38
- labels: ${{ id.meta.outputs.labels }}
+ tags: ${{ steps.meta.outputs.tags }}
+ labels: ${{ steps.meta.outputs.labels }}
39
40
- name: Run Master Validation Script
41
env:
0 commit comments