Skip to content

Commit

Permalink
fix(ci): try to fix Docker Hub CI run (replace on:release with on:pus…
Browse files Browse the repository at this point in the history
…h). ref #15
  • Loading branch information
raphodn committed Mar 25, 2024
1 parent 4ae1978 commit 2f7b373
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-docker-image-to-docker-hub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Push Docker Image to Docker Hub

on:
release:
types:
- published
push:
branches:
- main
tags:
- v*.*.*

jobs:
docker:
Expand Down

0 comments on commit 2f7b373

Please sign in to comment.