Skip to content

Commit c8a77b0

Browse files
committed
deploy/changed id to steps
1 parent 9eca252 commit c8a77b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
with:
3535
context: ./back
3636
push: true
37-
tags: ${{ id.meta.outputs.tags }}
38-
labels: ${{ id.meta.outputs.labels }}
37+
tags: ${{ steps.meta.outputs.tags }}
38+
labels: ${{ steps.meta.outputs.labels }}
3939

4040
- name: Run Master Validation Script
4141
env:

0 commit comments

Comments
 (0)