Skip to content

Commit

Permalink
move to river-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed May 23, 2024
1 parent 228aa2b commit 4fb38ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/xCacheGstream.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@v2
uses: actions/checkout@v4.1.6

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

- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v1
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-uc-ls-xcache-gstream-app-trigger
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'

0 comments on commit 4fb38ac

Please sign in to comment.