mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 06:30:34 +00:00
fix: Update cleanup and publish commands in test-and-push.yml for consistency
This commit is contained in:
6
.github/workflows/test-and-push.yml
vendored
6
.github/workflows/test-and-push.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
run: just test ${{ matrix.db }}
|
run: just test ${{ matrix.db }}
|
||||||
|
|
||||||
- name: Cleanup ${{ matrix.db }}
|
- name: Cleanup ${{ matrix.db }}
|
||||||
run: just db-clean ${{ matrix.db }}
|
run: just clean ${{ matrix.db }}
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
needs: test
|
needs: test
|
||||||
@@ -54,8 +54,8 @@ jobs:
|
|||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: Publish ${{ matrix.db }}
|
- name: Push ${{ matrix.db }}
|
||||||
run: just publish ${{ matrix.db }}
|
run: just push ${{ matrix.db }}
|
||||||
|
|
||||||
- name: Cleanup ${{ matrix.db }}
|
- name: Cleanup ${{ matrix.db }}
|
||||||
run: just clean ${{ matrix.db }}
|
run: just clean ${{ matrix.db }}
|
||||||
|
|||||||
Reference in New Issue
Block a user