Skip to content

Commit c8abefb

Browse files
committed
unify naming
1 parent 1c08d25 commit c8abefb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/pull-docker-dryrun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- uses: docker/setup-buildx-action@v3
20-
- name: Build regular variant
20+
- name: Build regular container image
2121
uses: docker/build-push-action@v5
2222
with:
2323
push: false
2424
tags: gitea/gitea:linux-amd64
2525
platforms: linux/amd64,linux/arm64,linux/riscv64
26-
- name: Build rootless variant
26+
- name: Build rootless container image
2727
uses: docker/build-push-action@v5
2828
with:
2929
push: false

.github/workflows/release-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,14 @@ jobs:
106106
registry: ghcr.io
107107
username: ${{ github.repository_owner }}
108108
password: ${{ secrets.GITHUB_TOKEN }}
109-
- name: build rootful docker image
109+
- name: build regular docker image
110110
uses: docker/build-push-action@v5
111111
with:
112112
context: .
113113
platforms: linux/amd64,linux/arm64,linux/riscv64
114114
push: true
115-
tags: ${{ steps.meta_rootless.outputs.tags }}
116-
annotations: ${{ steps.meta_rootless.outputs.annotations }}
115+
tags: ${{ steps.meta.outputs.tags }}
116+
annotations: ${{ steps.meta.outputs.annotations }}
117117
- name: build rootless docker image
118118
uses: docker/build-push-action@v5
119119
with:

.github/workflows/release-tag-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
registry: ghcr.io
117117
username: ${{ github.repository_owner }}
118118
password: ${{ secrets.GITHUB_TOKEN }}
119-
- name: build rootful container image
119+
- name: build regular container image
120120
uses: docker/build-push-action@v5
121121
with:
122122
context: .

.github/workflows/release-tag-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
registry: ghcr.io
130130
username: ${{ github.repository_owner }}
131131
password: ${{ secrets.GITHUB_TOKEN }}
132-
- name: build rootful container image
132+
- name: build regular container image
133133
uses: docker/build-push-action@v5
134134
with:
135135
context: .

0 commit comments

Comments
 (0)