Skip to content

Commit

Permalink
fix: tag and lable changed
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiwalyakoparkar committed Sep 9, 2023
1 parent 4755260 commit 3c4ada6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
context: .
# tags: ${{ steps.meta.outputs.tags }}
# labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.vars.outputs.run}}
labels: ${{ steps.vars.outputs.labels }}
tags: ${{ steps.vars.outputs.sha_short}}
labels: ${{ steps.vars.outputs.sha_short }}
push: true

- name: Generate deploy manifest from Jinja template
Expand Down

0 comments on commit 3c4ada6

Please sign in to comment.