Skip to content

Commit

Permalink
chore: Add Docker Hub and GitHub Container Registry image publishing …
Browse files Browse the repository at this point in the history
…workflow
  • Loading branch information
sofia-assis committed May 10, 2024
1 parent fb79042 commit e3071b9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ name: Template for Docker Image Push to Docker Hub
on:
push:
branches: [ "main", "dev"]
paths:
- 'Dockerfile'
- 'app/**'
- 'tests/**'
- 'pyproject.toml'
- '.github/workflows/publish-docker-image.yml'

workflow_dispatch: # allow user to specify which
inputs:
environment:
Expand Down

0 comments on commit e3071b9

Please sign in to comment.