mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 14:34:00 +00:00
refactor: remove redundant push latest step and streamline cleanup in test-and-push workflow
This commit is contained in:
10
.github/workflows/test-and-push.yml
vendored
10
.github/workflows/test-and-push.yml
vendored
@@ -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 }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user