Skip to content

Commit

Permalink
workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Mar 14, 2024
1 parent e669f1a commit 54599ae
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
name: Publish to DockerHub

on:
release:
types: [published]
workflow_dispatch:
workflow_call:
inputs:
semvertag:
required: true
type: string
secrets:
DOCKERHUB_USERNAME:
required: true
DOCKERHUB_TOKEN:
required: true

jobs:
push_to_registry:
name: Push Docker image to Docker Hub
Expand Down

0 comments on commit 54599ae

Please sign in to comment.