refactor: remove redundant push latest step and streamline cleanup in test-and-push workflow

This commit is contained in:
2026-03-08 17:30:00 +07:00
parent 2c3edb5146
commit 3705d7a427

View File

@@ -58,11 +58,7 @@ jobs:
- name: Push ${{ matrix.db }} - name: Push ${{ matrix.db }}
run: just push ${{ matrix.db }} ${{ env.VERSION }} run: just push ${{ matrix.db }} ${{ env.VERSION }}
- name: Push latest ${{ matrix.db }}
run: just push ${{ matrix.db }} latest
- name: Cleanup ${{ matrix.db }} - name: Cleanup ${{ matrix.db }}
run: just clean ${{ matrix.db }} run: |
just clean ${{ matrix.db }}
- name: Cleanup images ${{ matrix.db }} just clean-images ${{ matrix.db }}
run: just clean-images ${{ matrix.db }}