Skip to content

basegun-ml v2.0.0

basegun-ml v2.0.0 #6

name: Push Docker image to GitHub container
on:
release:
types: [edited, released]
jobs:
push_to_registry:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to GitHub Container Registery
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
repository: datalab-mi/basegun-ml
tag_with_ref: true