Skip to content

Commit

Permalink
deployment: fix image name
Browse files Browse the repository at this point in the history
Fix image name for deployment via argocd.
  • Loading branch information
cgawron authored Mar 19, 2024
1 parent f29b95e commit 79b25e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
with:
valueFile: 'k8s/deployment-dev.yaml'
propertyPath: 'spec.template.spec.containers[0].image'
value: ghcr.io/fhswf/openai-proxy:${{ env.DOCKER_METADATA_OUTPUT_VERSION }}
value: ghcr.io/fhswf/openai-ui:${{ env.DOCKER_METADATA_OUTPUT_VERSION }}
branch: main
message: 'Update image to ${{ env.DOCKER_METADATA_OUTPUT_VERSION }}'

0 comments on commit 79b25e4

Please sign in to comment.