Skip to content

Commit

Permalink
deploy dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
pergolafabio committed Sep 1, 2023
1 parent 78968d0 commit 6e7bf3a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

name: Deploy Docker image on Dockerhub

on:
release:
types: [published]

on:
#release:
# types: [published]
push:
tags:
- "doorbell-v*"

jobs:
# Remove the prefix `doorbell-v` from the Git tag and set it as output of this step
Expand Down

0 comments on commit 6e7bf3a

Please sign in to comment.