Skip to content

Commit

Permalink
Merge pull request #257 from Suwayomi/main
Browse files Browse the repository at this point in the history
slim build test
  • Loading branch information
Robonau authored Jan 12, 2025
2 parents 94dab30 + 5a2c4c3 commit 0821a2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
platforms: linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64, linux/386, linux/ppc64le, linux/s390x
context: .
build-args: version=${{ needs.GenTag.outputs.value }}
push: true
push: false
tags: |
ghcr.io/${{ needs.RepoName.outputs.value }}:latest,
ghcr.io/${{ needs.RepoName.outputs.value }}:${{ needs.GenTag.outputs.value }},
Expand All @@ -149,4 +149,5 @@ jobs:
with:
target: ghcr.io/${{ needs.RepoName.outputs.value }}:latest
tag: 'slim'
- run: docker image push "ghcr.io/${{ needs.RepoName.outputs.value }}:slim"
- run: docker tag ghcr.io/${{ needs.RepoName.outputs.value }}:slim ghcr.io/${{ needs.RepoName.outputs.value }}:${{ needs.GenTag.outputs.value }}-slim
- run: docker image push --all-tags "ghcr.io/${{ needs.RepoName.outputs.value }}"

0 comments on commit 0821a2a

Please sign in to comment.