Add forgejo actions #486
1 changed files with 1 additions and 5 deletions
|
@ -35,8 +35,6 @@ jobs:
|
|||
dockerd &
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
image: tonistiigi/binfmt:qemu-v7.0.0-28
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
- name: Test build
|
||||
|
@ -66,8 +64,6 @@ jobs:
|
|||
dockerd &
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
image: tonistiigi/binfmt:qemu-v7.0.0-28
|
||||
- name: Set up Docker Buildx
|
||||
uses: https://github.com/docker/setup-buildx-action@v3
|
||||
- name: Test build
|
||||
|
@ -75,4 +71,4 @@ jobs:
|
|||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.tags.outputs.tags }}
|
||||
file: ./1.7/Dockerfile.prod
|
||||
file: ./1.7/Dockerfile.prod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue