Skip to content

Commit

Permalink
Update container.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 authored Jan 13, 2025
1 parent 53859a8 commit 9951e2f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@ jobs:
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x,linux/riscv64
load: true # this is important, as this tells build-push-action to save the container to the local docker daemon
push: false
push: true
build-args: |
BUILD_DATE=${{ steps.get_latest_release_metadata.outputs.build_date }}
TACHIDESK_RELEASE_TAG=${{ steps.get_latest_release_metadata.outputs.release_tag }}
Expand All @@ -196,13 +195,13 @@ jobs:
# target: ghcr.io/suwayomi/tachidesk:${{ inputs.tachidesk_release_type }}
# tag: '${{ inputs.tachidesk_release_type }}-slim'

- name: Tag slim container and push registery to repository
run: |
# - name: Tag slim container and push registery to repository
# run: |
# docker tag ghcr.io/suwayomi/tachidesk:${{ inputs.tachidesk_release_type }}-slim ghcr.io/suwayomi/tachidesk:${{ steps.get_latest_release_metadata.outputs.release_tag }}-slim
# 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 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)
if: inputs.do_upload && inputs.tachidesk_release_type == 'preview'
Expand Down

0 comments on commit 9951e2f

Please sign in to comment.