Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkR08 committed Jul 5, 2024
1 parent 106c487 commit 5e09ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: fjogeleit/yaml-update-action@main
with:
valueFile: 'manifest/deployment.yml'
propertyPath: 'spec.template.spec.containers.image'
propertyPath: 'spec.template.spec.containers.0.image'
value: demolearnacr.azurecr.io/demo_dev/product-list-app:${{ github.sha }}
token: ${{ secrets.ACCESS_TOKEN }}
commitChange: true
Expand Down

0 comments on commit 5e09ecc

Please sign in to comment.