Skip to content

Commit

Permalink
Merge pull request #1 from nadavsinai-philips/work-on-action
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavsinai-philips authored Dec 7, 2022
2 parents 81be89d + 7a379f9 commit 3ea17a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:

- name: Substitute artifacts
uses: Azure/k8s-artifact-substitute@v1
with:
with:
# Path to the template manifest files which will be used for deployment.
# possibly this will be values.yaml for a helm template and we will then bake the helm https://github.com/marketplace/actions/helmfile-render
manifests: project/kubernetes
# Fully qualified resource URL of the image(s) to be used for substitutions on the manifest files Example: contosodemo.azurecr.io/helloworld:test
images: "nadavsinai/techtrends:${{ event.input.dockerTag }}"

- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update deplotment to ${{ event.input.dockerTag }}"
committer: DeploymentBot <[email protected]>
Expand Down

0 comments on commit 3ea17a4

Please sign in to comment.