Skip to content

Update README.md with fr 7 #9

Update README.md with fr 7

Update README.md with fr 7 #9

name: Build ML platform image
on:
push:
branches:
- "OctUpgrade"
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: usatlas/ml-platform
tags: oct_upgrade, ${{ github.sha }}
registry: hub.opensciencegrid.org
username: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
password: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}