forgot to remove dependency lol

This commit is contained in:
Gabe Farrell 2025-11-30 17:50:22 -05:00
parent 90709585c7
commit f5d314eeff

View file

@ -37,7 +37,6 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub (release)
if: startsWith(github.ref, 'refs/tags/')
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4