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:
parent
35f0fde069
commit
4cc5fe18c1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue