Skip to content

Commit

Permalink
Add push trigger for DockerHub workflow on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 16, 2024
1 parent bd6cbca commit 4b5332a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish to DockerHub with a verstion-tag and latest-tag
on:
release:
types: [ published ]
push:
branches:
- main
jobs:
update:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4b5332a

Please sign in to comment.