fix build.yml (x6)

This commit is contained in:
dalbodeule 2024-06-13 20:05:11 +09:00
parent 77545c3b74
commit 74645ee5da
No known key found for this signature in database
GPG Key ID: EFA860D069C9FA65

View File

@ -36,7 +36,6 @@ jobs:
- name: Build and Push Native Image (multi-platform)
run: |
pack build --builder paketobuildpacks/builder-jammy-full: \
--push true \
--tag dalbodeule/chzzkbot:latest \
--tag dalbodeule/chzzkbot:${{ env.DATETIME }} \
--platforms linux/amd64,linux/arm64 .
--publish