Skip to content

Commit

Permalink
update file ext
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkR08 committed Jul 5, 2024
1 parent 63b16b1 commit a36caa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy to AKS

on:
push:
branches:
- main
# push:
# branches:
# - main

permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Update values.yaml
uses: fjogeleit/yaml-update-action@main
with:
valueFile: 'manifest/deployment.yaml'
valueFile: 'manifest/deployment.yml'
propertyPath: 'spec.template.container.image'
value: demolearnacr.azurecr.io/demo_dev/product-list-app:${{ github.sha }}
commitChange: true

0 comments on commit a36caa2

Please sign in to comment.