Skip to content

Commit

Permalink
Test image promotion (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 2, 2023
1 parent 2016371 commit c0df634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
needs:
- deploys-prod
runs-on: ubuntu-22.04
permissions:
packages: write
strategy:
matrix:
component: [backend, database, frontend]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
cleanup-openshift:
name: Cleanup OpenShift
runs-on: ubuntu-22.04
permissions:
packages: write
steps:
- name: Remove OpenShift artifacts
run: |
Expand All @@ -31,6 +29,8 @@ jobs:
name: Image Promotions
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-22.04
permissions:
packages: write
strategy:
matrix:
package: [backend, database, frontend]
Expand Down

0 comments on commit c0df634

Please sign in to comment.