Skip to content

Commit

Permalink
Publish Docker image for each push to the master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arey authored Oct 30, 2023
1 parent 4220c06 commit ed80d7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
name: Build to Docker Hub

on: workflow_dispatch
on:
push:
branches: [master]

jobs:
build:
Expand Down

0 comments on commit ed80d7c

Please sign in to comment.