Skip to content

single / in secret

single / in secret #43

Workflow file for this run

name: Build Julia image for Harbor
on:
push:
branches: julia
repository_dispatch:
types:
- dispatch-build
jobs:
build:
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: julia, ${{ github.sha }}
registry: hub.opensciencegrid.org
username: ${{ secrets.OSG_HARBOR_ROBOT_USER }}
password: ${{ secrets.OSG_HARBOR_ROBOT_PASSWORD }}