Skip to content

Commit a7b6822

Browse files
committed
Uses ubuntu
1 parent 6653ef4 commit a7b6822

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
docker-rootful:
1616
if: endsWith(github.ref_name, '+dcs') || endsWith(github.ref_name, '+dcs1') || endsWith(github.ref_name, '+dcs2') || endsWith(github.ref_name, '+dcs3')
17-
runs-on: namespace-profile-gitea-release-docker
17+
runs-on: ubuntu-latest
1818
permissions:
1919
packages: write # to publish to ghcr.io
2020
steps:
@@ -52,7 +52,7 @@ jobs:
5252
labels: ${{ steps.meta.outputs.labels }}
5353
docker-rootless:
5454
if: endsWith(github.ref_name, '+dcs')
55-
runs-on: namespace-profile-gitea-release-docker
55+
runs-on: ubuntu-latest
5656
permissions:
5757
packages: write # to publish to ghcr.io
5858
steps:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
binary:
16-
runs-on: namespace-profile-gitea-release-binary
16+
runs-on: ubuntu-latest
1717
permissions:
1818
packages: write # to publish to ghcr.io
1919
steps:

0 commit comments

Comments
 (0)