Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 Only Dockerize if Docker files change on merge to main 📦 #441

Closed
jbampton opened this issue Jan 31, 2023 · 3 comments
Closed

📦 Only Dockerize if Docker files change on merge to main 📦 #441

jbampton opened this issue Jan 31, 2023 · 3 comments
Labels
Bug Something isn't working Good First Issue Good for newcomers Help Wanted Extra attention is needed High Priority tests

Comments

@jbampton
Copy link
Member

Since it is very time consuming

https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-including-paths

Use include paths to trigger this workflow

paths:
      - 'Dockerfile'
      - 'docker-compose.yml'
@jbampton
Copy link
Member Author

Maybe have a workflow to test pull requests and then since it takes a long time use a workflow cron job to really upload to Docker

@jbampton
Copy link
Member Author

Screen Shot 2023-02-01 at 8 59 30 am

@jbampton
Copy link
Member Author

@jbampton jbampton added Bug Something isn't working Help Wanted Extra attention is needed labels Jan 31, 2023
@jbampton jbampton changed the title Only Dockerize if Docker files change on merge to main 📦 Only Dockerize if Docker files change on merge to main 📦 Jan 31, 2023
@jbampton jbampton closed this as completed Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Good First Issue Good for newcomers Help Wanted Extra attention is needed High Priority tests
Projects
None yet
Development

No branches or pull requests

1 participant