Skip to content

move to debug pipeline #182

move to debug pipeline

move to debug pipeline #182

Workflow file for this run

name: Build PerfSONAR Logstash dockerhub image
on:
push:
branches:
- "ps-collector"
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Docker Build & Push Action
uses: mr-smithers-excellent/[email protected]
with:
image: atlasanalyticsservice/ps-collector
dockerfile: Dockerfile.ps_collector
tags: latest, ${{ github.sha }}
registry: docker.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.AAAS_GITOPS_DEPLOY_TRIGGER }}
repository: maniaclab/river_apps
event-type: gitops-ps-collector-trigger
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'