fix: Update cleanup and publish commands in test-and-push.yml for consistency

This commit is contained in:
2026-03-07 09:44:49 +07:00
parent 3be6c0d732
commit 87e68ecd14

View File

@@ -29,7 +29,7 @@ jobs:
run: just test ${{ matrix.db }}
- name: Cleanup ${{ matrix.db }}
run: just db-clean ${{ matrix.db }}
run: just clean ${{ matrix.db }}
publish:
needs: test
@@ -54,8 +54,8 @@ jobs:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Publish ${{ matrix.db }}
run: just publish ${{ matrix.db }}
- name: Push ${{ matrix.db }}
run: just push ${{ matrix.db }}
- name: Cleanup ${{ matrix.db }}
run: just clean ${{ matrix.db }}