We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def0d78 commit e97cf31Copy full SHA for e97cf31
.github/workflows/docker-publish.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
60
with:
61
context: .
62
- platforms: linux/amd64, linux/arm/v7
+ platforms: linux/amd64, linux/arm/v7, linux/arm64
63
push: ${{ github.event_name != 'pull_request' }}
64
tags: ${{ steps.meta.outputs.tags }}
65
labels: ${{ steps.meta.outputs.labels }}
Dockerfile
@@ -1,5 +1,5 @@
1
#FROM apisite/apisite:0.6.1
2
-FROM ghcr.io/apisite/apisite:v0.6.10
+FROM ghcr.io/apisite/apisite:v0.6.11
3
4
MAINTAINER Aleksei Kovrizhkin <lekovr+apisite@gmail.com>
5
0 commit comments