Skip to content

Publish Docker Production #14

Publish Docker Production

Publish Docker Production #14

Workflow file for this run

name: Publish Docker Production
on:
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: jsdelivr/dashboard/dashboard
username: jsdelivr
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
tag_names: true