Add docker build #1

Merged
allanger merged 9 commits from refs/pull/1/head into main 2023-02-12 08:51:14 +00:00
Showing only changes of commit 24c36f8311 - Show all commits

View File

@ -38,7 +38,8 @@ jobs:
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}
context: . context: .
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64 # platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository }}:stable ghcr.io/${{ github.repository }}:stable