Skip to content

Commit f36b0dc

Browse files
committed
fix outputs used for updating k8s
1 parent edca146 commit f36b0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
token: ${{ steps.app-token.outputs.token }}
4141
app: api
4242
environment: prod
43-
base-tag: ${{ steps.find-tag-names.outputs.latest }}
44-
tag: ${{ steps.find-tag-names.outputs.sha }}
43+
base-tag: ${{ fromJSON(steps.build-push.outputs.tag-fq).latest }}
44+
tag: ${{ fromJSON(steps.build-push.outputs.tag-fq).sha }}

0 commit comments

Comments
 (0)