From 78caacd1e52152e49c95f26b2e46c0c8b1ba1bb0 Mon Sep 17 00:00:00 2001 From: Mitchell Syer Date: Sun, 12 Jan 2025 15:51:25 -0500 Subject: [PATCH] Remove test image before push --- .github/workflows/container.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index aedfe82..eb15277 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -201,6 +201,7 @@ jobs: if [ "${{ inputs.tachidesk_release_type }}" == "stable" ]; then docker tag ghcr.io/suwayomi/tachidesk:${{ inputs.tachidesk_release_type }}-slim ghcr.io/suwayomi/tachidesk:latest-slim fi + docker image rm ${{ env.test_image_tag }} docker image push "ghcr.io/suwayomi/tachidesk" --all-tags - name: Send a Discord message through the webhook (preview build)