Skip to content

Merge pull request #919 from redanthrax/Node22 #185

Merge pull request #919 from redanthrax/Node22

Merge pull request #919 from redanthrax/Node22 #185

Workflow file for this run

name: Publish Docker image
on:
workflow_dispatch:
push:
branches: [main]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Publish to Docker Hub
run: ./scripts/publish_docker.sh
env:
DOCKER_HUB_PUBLISH_TOKEN: ${{ secrets.DOCKER_HUB_PUBLISH_TOKEN }}