Skip to content

Commit

Permalink
Fix docker push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amrit110 committed Oct 27, 2023
1 parent 53550bf commit a5c98c6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ name: docker
on:
release:
types: [published]
push:
branches:
- main
paths:
- Dockerfile
- .github/workflows/docker.yml
pull_request:
branches:
- main
paths:
- Dockerfile
- .github/workflows/docker.yml

jobs:
push_to_registry:
Expand Down

0 comments on commit a5c98c6

Please sign in to comment.