Fix docker.yml (#19125)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
Co-authored-by: Ultralytics Assistant <135830346+UltralyticsAssistant@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2025-02-07 19:33:04 +09:00 committed by GitHub
parent 35f0fde069
commit 4cc5fe18c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets._GITHUB_TOKEN }}
- name: Retrieve Ultralytics version
id: get_version
@ -148,7 +148,7 @@ jobs:
retry_delay_seconds: 60
retries: 2
run: |
docker buildx build \
docker build \
--platform ${{ matrix.platforms }} \
--label "org.opencontainers.image.source=https://github.com/ultralytics/ultralytics" \
--label "org.opencontainers.image.description=Ultralytics image" \