Skip to content

Commit

Permalink
hardcode image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kiiskila-bcgov committed Aug 22, 2024
1 parent 054159c commit c1f3c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:

- name: Deploy with Helm
run: |
helm upgrade --install kiln ./helm --set image.tag=${{ needs.build_and_push.outputs.image_tag }}
helm upgrade --install kiln ./helm --set image.tag=ghcr.io/bcgov/kiln:main

0 comments on commit c1f3c22

Please sign in to comment.