mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2026-01-06 03:42:36 +01:00
Remove test image before push
This commit is contained in:
1
.github/workflows/container.yml
vendored
1
.github/workflows/container.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user