Skip to content

move to river-dev

move to river-dev #6

Workflow file for this run

name: Build dCache-mwt2 Logstash dockerhub image
on:
push:
branches:
- "dcache-mwt2"
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/uc_ls_dcache-mwt2
dockerfile: Dockerfile.dcache-mwt2
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/flux_apps
event-type: gitops-uc-ls-dcache-mwt2-app-trigger
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'