Skip to content

Commit

Permalink
Remove test image before push
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 authored Jan 12, 2025
1 parent 4ca430b commit 78caacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 78caacd

Please sign in to comment.