We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8abefb commit 37cf5dbCopy full SHA for 37cf5db
.github/workflows/pull-docker-dryrun.yml
@@ -16,16 +16,16 @@ jobs:
16
needs: files-changed
17
runs-on: ubuntu-latest
18
steps:
19
+ - uses: actions/checkout@v5
20
- uses: docker/setup-buildx-action@v3
21
- name: Build regular container image
22
uses: docker/build-push-action@v5
23
with:
24
push: false
25
tags: gitea/gitea:linux-amd64
- platforms: linux/amd64,linux/arm64,linux/riscv64
26
- name: Build rootless container image
27
28
29
30
file: Dockerfile.rootless
31
- tags: gitea/gitea:linux-amd64,linux/arm64,linux/riscv64
+ tags: gitea/gitea:linux-amd64
0 commit comments