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 edd4fc3 commit a4b26adCopy full SHA for a4b26ad
.github/workflows/docker-build.yml
@@ -98,7 +98,6 @@ jobs:
98
run: |
99
PLATFORM_TAG=$(echo ${{ matrix.platform }} | tr '/' '-')
100
docker buildx build \
101
- -f src/bin/stack/Dockerfile \
102
--platform ${{ matrix.platform }} \
103
--tag "${{ secrets.DOCKER_HUB_USER }}/sphinx-nav-fiber:test-arm64-${{ env.RELEASE_TAG }}-${PLATFORM_TAG}" \
104
--cache-from "type=registry,ref=${{ secrets.DOCKER_HUB_USER }}/sphinx-nav-fiber:cache-${PLATFORM_TAG}" \
0 commit comments