Skip to content

Commit 1f5bde3

Browse files
author
Matevz Morato
committed
Remove :latest from the docker image (it will now be v3)
1 parent d13959b commit 1f5bde3

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/docker-hub.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,3 @@ jobs:
9292
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8
9393
# Push
9494
docker manifest push luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}
95-
docker manifest create \
96-
luxonis/depthai-library:latest \
97-
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-amd64 \
98-
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv7 \
99-
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8
100-
docker manifest push luxonis/depthai-library:latest

0 commit comments

Comments
 (0)