Skip to content

Create and publish a Docker image #35

Create and publish a Docker image

Create and publish a Docker image #35

# 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.
# GitHub recommends pinning actions to a commit SHA.
# To get a newer version, you will need to update the SHA.
# You can also reference a tag or branch, but the action may change without warning.
name: Create and publish a Docker image
on:
workflow_run:
workflows:
- "Node.js CI"
types:
- completed
branches:
- master
jobs:
publish_docker_image:
uses: interfacerproject/workflows/.github/workflows/publish-ghcr.yml@main
secrets: inherit