Skip to content

Publish Docker image #34

Publish Docker image

Publish Docker image #34

---
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: Publish Docker image
on:
workflow_dispatch:
release:
types: [published]
jobs:
push_to_registries:
uses: khanlab/actions/.github/workflows/[email protected]
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}