Skip to content

Fix typo in dropdown item label #101

Fix typo in dropdown item label

Fix typo in dropdown item label #101

Workflow file for this run

name: Publish to Docker Hub
on:
push:
branches:
- develop
pull_request:
release:
types:
- created
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
publish:
uses: FAIRDataTeam/github-workflows/.github/workflows/docker-publish.yml@v2
secrets: inherit
with:
file: './Dockerfile'
push: ${{ github.event_name == 'push' || github.event_name == 'release' }}