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 536e2ec commit 597ef57Copy full SHA for 597ef57
.github/workflows/ci.yml
@@ -67,6 +67,6 @@ jobs:
67
echo ${DOCKER_HUB_TOKEN} | docker login -u ${USERNAME} --password-stdin
68
docker buildx build --push \
69
--build-arg CI=github --build-arg GIT_SHA=${GITHUB_SHA} --build-arg GIT_TAG=${ref} \
70
- --platform linux/amd64,linux/arm/v7,linux/arm64 \
+ --platform linux/amd64,linux/arm64 \
71
-t ghcr.io/${USERNAME}/doku:${ref} \
72
-t ${USERNAME}/doku:${ref} .
0 commit comments