Trying more ci/cd shit
Some checks failed
Build and push / Lint-Python (push) Failing after 2s
Build and push / Build-and-Push-Docker (push) Successful in 9s

This commit is contained in:
Luke R 2024-05-02 12:18:00 -07:00
parent 13d44220e0
commit e46a046af2

View File

@ -19,6 +19,7 @@ jobs:
uv pip install black --system --quiet
black app --check --fast
Build-and-Push-Docker:
steps:
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v3