Skip to content

Commit

Permalink
fix: directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mischavandenburg committed Jun 4, 2024
1 parent 5b0bc96 commit 60d431b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
with:
cmd: |
# sap-web
yq eval '.spec.template.spec.containers[0].image = "ghcr.io/ssi-dk/sap-web:${{ needs.prepare_tag.outputs.tag }}"' -i ./apps/dev/sap-web/sap-web-image.yaml
yq eval '.spec.template.spec.containers[0].image = "ghcr.io/ssi-dk/sap-web:${{ needs.prepare_tag.outputs.tag }}"' -i ./sofi_core_gitops/apps/dev/sap-web/sap-web-image.yaml
- uses: EndBug/add-and-commit@v9
with:
Expand Down

0 comments on commit 60d431b

Please sign in to comment.