Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/app-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:

- id: bump-version
name: Bump to Next Semver Version
uses: armakuni/github-actions/[email protected].4
uses: armakuni/github-actions/[email protected].5

- name: Build Docker Image
run: |
Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
needs:
- placeholder-prod-deploy-to-az-container-apps
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected].4
uses: armakuni/github-actions/.github/workflows/[email protected].5
secrets: inherit
with:
download-artifacts: true
Expand Down
Loading