Update main.yml

This commit is contained in:
Yoni Yang 2024-10-09 18:47:12 +08:00 committed by GitHub
parent 4d4c1ec520
commit 019399b322
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,8 +35,7 @@ jobs:
docker buildx build --platform linux/amd64,linux/arm64 . \
--file Dockerfile \
--tag $IMAGE_NAME \
--label "runnumber=${GITHUB_RUN_ID}" \
--push
--label "runnumber=${GITHUB_RUN_ID}"
- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin