Skip to content

Update requirements.txt to remove specific versions for matplotlib, n… #35

Update requirements.txt to remove specific versions for matplotlib, n…

Update requirements.txt to remove specific versions for matplotlib, n… #35

Workflow file for this run

name: Build AF frontend image
on:
push:
branches:
- "k8s-v2"
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: maniaclab/af-portal-test
tags: latest, ${{ github.sha }}
registry: hub.opensciencegrid.org
username: ${{ secrets.HARBOR_USERNAME }}
password: ${{ secrets.HARBOR_PASSWORD }}
- name: Repository Dispatch
uses: peter-evans/[email protected]
with:
token: ${{ secrets.AAAS_GITOPS_DEPLOY_TRIGGER }}
repository: maniaclab/flux_apps
event-type: gitops-af-app-trigger
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'