Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit e762f38

Browse files
Don't use self-hosted github runners (#1257)
1 parent a886a13 commit e762f38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-image-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
contents: write
1919
name: build
20-
runs-on: docker
20+
runs-on: ubuntu-latest
2121
env:
2222
GCP_REGISTRY_DOMAIN: asia-docker.pkg.dev
2323
GCP_REGISTRY: asia-docker.pkg.dev/${{ secrets.GCP_STG_REGISTRY_PROJECT_ID }}/zilliqa-private

.github/workflows/ci-image-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
id-token: write
1818
contents: write
19-
runs-on: docker
19+
runs-on: ubuntu-latest
2020
env:
2121
GCP_REGISTRY_DOMAIN: asia-docker.pkg.dev
2222
GCP_REGISTRY: asia-docker.pkg.dev/${{ secrets.GCP_PRD_REGISTRY_PROJECT_ID }}/zilliqa-private

.github/workflows/ci-image-zq2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id-token: write
2323
contents: write
2424
name: build
25-
runs-on: docker
25+
runs-on: ubuntu-latest
2626
env:
2727
GCP_REGISTRY_DOMAIN: asia-docker.pkg.dev
2828
GCP_REGISTRY: asia-docker.pkg.dev/${{ secrets.GCP_PRD_REGISTRY_PROJECT_ID }}/zilliqa-public

0 commit comments

Comments
 (0)