Add docker build #1
3
.github/workflows/container-stable.yaml
vendored
3
.github/workflows/container-stable.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user