Skip to content

CI: corrected typo

CI: corrected typo #60

Workflow file for this run

name: publish
on:
push:
branches:
- main
tags:
- 'v*'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
publish:
uses: livMatS/dtool-framework-workflows/.github/workflows/dtool-lookup-framework-generic-container-image-publication.yml@main
with:
image: jotelha/dserver-client
docker_file: ./compose/production/dserver_client/Dockerfile
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}