0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-11-19 22:24:29 +01:00

unify naming

This commit is contained in:
TheFox0x7 2025-10-18 18:42:55 +02:00
parent 1c08d25c03
commit c8abefbfca
No known key found for this signature in database
GPG Key ID: 6CA33903484AF7C2
4 changed files with 7 additions and 7 deletions

View File

@ -17,13 +17,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: docker/setup-buildx-action@v3
- name: Build regular variant
- name: Build regular container image
uses: docker/build-push-action@v5
with:
push: false
tags: gitea/gitea:linux-amd64
platforms: linux/amd64,linux/arm64,linux/riscv64
- name: Build rootless variant
- name: Build rootless container image
uses: docker/build-push-action@v5
with:
push: false

View File

@ -106,14 +106,14 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: build rootful docker image
- name: build regular docker image
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64,linux/riscv64
push: true
tags: ${{ steps.meta_rootless.outputs.tags }}
annotations: ${{ steps.meta_rootless.outputs.annotations }}
tags: ${{ steps.meta.outputs.tags }}
annotations: ${{ steps.meta.outputs.annotations }}
- name: build rootless docker image
uses: docker/build-push-action@v5
with:

View File

@ -116,7 +116,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: build rootful container image
- name: build regular container image
uses: docker/build-push-action@v5
with:
context: .

View File

@ -129,7 +129,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: build rootful container image
- name: build regular container image
uses: docker/build-push-action@v5
with:
context: .