forked from Maurice/pastabble
parent
69744cda5f
commit
c2c452510b
@ -12,6 +12,8 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
with:
|
with:
|
||||||
endpoint: 'unix:///var/run/docker.sock'
|
endpoint: 'unix:///var/run/docker.sock'
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
@ -25,11 +27,7 @@ jobs:
|
|||||||
file: ./Containerfile
|
file: ./Containerfile
|
||||||
platforms: |
|
platforms: |
|
||||||
linux/amd64
|
linux/amd64
|
||||||
# linux/arm64
|
linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.plabble.org/job79/pastabble:latest
|
git.plabble.org/job79/pastabble:latest
|
||||||
# ${{ env.DOCKER_USERNAME }}/${{ steps.meta.outputs.REPO_NAME }}:latest
|
|
||||||
# ${{ env.DOCKER_USERNAME }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
|
|
||||||
#
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user