Skip to content

Commit

Permalink
adds workflow for publishing docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
pluflou committed Sep 4, 2024
1 parent 7da82e1 commit 9cc6805
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish image to Docker Hub
on:
[workflow_dispatch]
push:
branches:
- deploy-docker
# workflow_run:
# workflows: [build]
# types:
Expand Down

0 comments on commit 9cc6805

Please sign in to comment.