We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13959b commit 1f5bde3Copy full SHA for 1f5bde3
1 file changed
.github/workflows/docker-hub.yml
@@ -92,9 +92,3 @@ jobs:
92
--amend luxonis/depthai-library:${{ steps.vars.outputs.short_ref }}-armv8
93
# Push
94
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