Skip to content

Publish Docker Staging #4

Publish Docker Staging

Publish Docker Staging #4

name: Publish Docker Staging
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-staging
username: jsdelivr
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
tag_names: true