Compare commits

..

No commits in common. "main" and "v0.0.3" have entirely different histories.
main ... v0.0.3

View file

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