Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
egekocabas committed Nov 29, 2024
1 parent e4dc053 commit 267233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: webhook-listener
outputs:
client_image_tag: "${{ steps.output-tag-client.outputs.client_image_tag }}"
application_server_image_tag: "${{ steps.output-tag-server.outputs.application_server_image_tag }}"
application_server_image_tag: "${{ steps.output-tag-application-server.outputs.application_server_image_tag }}"
webhook_listener_image_tag: "${{ steps.output-tag-webhook-listener.outputs.webhook_listener_image_tag }}"
steps:
- name: Checkout
Expand Down

0 comments on commit 267233b

Please sign in to comment.