Skip to content

Commit

Permalink
ps move
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed May 23, 2024
1 parent dca3c5c commit 9e2e9de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ps-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.6

- name: Docker Build & Push Action
uses: mr-smithers-excellent/docker-build-push@v6.2
uses: mr-smithers-excellent/docker-build-push@v6.4
with:
image: atlasanalyticsservice/ps-collector
dockerfile: Dockerfile.ps_collector
Expand All @@ -23,9 +23,9 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2.1.2
uses: peter-evans/repository-dispatch@v3.0.0
with:
token: ${{ secrets.AAAS_GITOPS_DEPLOY_TRIGGER }}
repository: maniaclab/river_apps
repository: maniaclab/flux_apps
event-type: gitops-ps-collector-trigger
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
2 changes: 1 addition & 1 deletion .github/workflows/ps-mapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
uses: peter-evans/[email protected]
with:
token: ${{ secrets.AAAS_GITOPS_DEPLOY_TRIGGER }}
repository: maniaclab/river_apps
repository: maniaclab/flux_apps
event-type: gitops-ps-mapper-trigger
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 comments on commit 9e2e9de

Please sign in to comment.