Skip to content

jupyter

jupyter #5

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 }}