Compare commits

...

1 commit
v0.0.3 ... main

Author SHA1 Message Date
f5d314eeff forgot to remove dependency lol 2025-11-30 17:50:22 -05:00

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