mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-17 18:22:08 +01:00
Change test tag
This commit is contained in:
3
.github/workflows/container.yml
vendored
3
.github/workflows/container.yml
vendored
@@ -21,7 +21,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
server_repo: ${{ inputs.tachidesk_release_type == 'stable' && 'Suwayomi-Server' || 'Suwayomi-Server-preview' }}
|
server_repo: ${{ inputs.tachidesk_release_type == 'stable' && 'Suwayomi-Server' || 'Suwayomi-Server-preview' }}
|
||||||
test_image_tag: ghcr.io/suwayomi/tachidesk:testing
|
test_image_tag: ghcr.io/suwayomi/tachidesk-test:testing
|
||||||
this_actions_run_url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
this_actions_run_url: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -201,7 +201,6 @@ jobs:
|
|||||||
# if [ "${{ inputs.tachidesk_release_type }}" == "stable" ]; then
|
# if [ "${{ inputs.tachidesk_release_type }}" == "stable" ]; then
|
||||||
# docker tag ghcr.io/suwayomi/tachidesk:${{ inputs.tachidesk_release_type }}-slim ghcr.io/suwayomi/tachidesk:latest-slim
|
# docker tag ghcr.io/suwayomi/tachidesk:${{ inputs.tachidesk_release_type }}-slim ghcr.io/suwayomi/tachidesk:latest-slim
|
||||||
# fi
|
# fi
|
||||||
docker image rm ${{ env.test_image_tag }}
|
|
||||||
docker image push "ghcr.io/suwayomi/tachidesk" --all-tags
|
docker image push "ghcr.io/suwayomi/tachidesk" --all-tags
|
||||||
|
|
||||||
- name: Send a Discord message through the webhook (preview build)
|
- name: Send a Discord message through the webhook (preview build)
|
||||||
|
|||||||
Reference in New Issue
Block a user