We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bdba0f commit db71833Copy full SHA for db71833
.github/workflows/build_container.yml
@@ -127,7 +127,6 @@ jobs:
127
ghcr.io/openvoxproject/openvoxdb:${{ matrix.release }}-${{ github.sha }}-x86_64
128
129
# on docker.io we use the voxpupuli namespace because new organizations are not free anymore
130
- #
131
docker buildx imagetools create -t docker.io/voxpupuli/openvoxdb:${{ steps.extract_version.outputs.version }}-${{ github.ref_name }} \
132
ghcr.io/openvoxproject/openvoxdb:${{ matrix.release }}-${{ github.sha }}-arm64 \
133
0 commit comments