We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dfce8 commit 77b04d2Copy full SHA for 77b04d2
.github/workflows/container.yml
@@ -48,6 +48,6 @@ jobs:
48
uses: docker/build-push-action@v6
49
with:
50
context: .
51
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
52
push: true
53
tags: ${{ steps.meta.outputs.tags }}
Makefile
@@ -0,0 +1,5 @@
1
+CONTAINER= ghcr.io/dnstapir/mdbook-container:latest
2
+
3
4
+build:
5
+ docker build -t $(CONTAINER) .
0 commit comments