Skip to content

Commit

Permalink
Merge pull request #103 from ECM3440/charlie2clarke-patch-4
Browse files Browse the repository at this point in the history
Update push.yml
  • Loading branch information
charlie2clarke committed Nov 8, 2022
2 parents 3ada31c + 99058e0 commit d54c2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
run: |
echo "image_tag=${{ needs.build.outputs.imageTag }}" >> $GITHUB_OUTPUT
- name: Set image tag output
- name: Set image repository output
id: generate_image_repository
run: |
echo "image_repository=${{ needs.build.outputs.imageRepository }}" >> $GITHUB_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions deployment/deployment-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
metadata:
labels:
app: event-processor
version: ${IMAGE_TAG}
spec:
containers:
- name: event-processor
Expand Down

0 comments on commit d54c2c8

Please sign in to comment.