Skip to content

Commit

Permalink
Update publishDockerImage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
im2nguyen authored Oct 2, 2021
1 parent ba50369 commit 3767d37
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publishDockerImage.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: PublishDockerImage

# Run whenever the publish job runs
on:
release:
types: [published]
push:
tags:
- "v*"

jobs:
push_to_registry:
Expand Down Expand Up @@ -30,4 +32,4 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 3767d37

Please sign in to comment.