Bypass the wall
Some checks are pending
DevStar Studio CI Pipeline - dev branch / build-and-push-x86-64-docker-image (push) Waiting to run

This commit is contained in:
DAI Mingchen
2024-08-13 18:22:52 +08:00
parent ce153fc768
commit 869f0ee023
2 changed files with 2 additions and 4 deletions

View File

@@ -19,8 +19,7 @@ on:
jobs:
build-and-push-x86-64-docker-image:
# TODO: 使用私有 registry 绕过默认 docker.io
runs-on: ubuntu-latest # Actual image: docker.io/library/gitea/runner_image:ubuntu-latest
runs-on: https://www.devstar.cn/devstar/runner-images:ubuntu-latest
steps:
- name: 🔍 Check out repository code
uses: actions/checkout@v4

View File

@@ -22,8 +22,7 @@ on:
jobs:
build-and-push-x86-64-docker-image:
# TODO: 使用私有 registry 绕过默认 docker.io
runs-on: ubuntu-latest # Actual image: docker.io/library/gitea/runner_image:ubuntu-latest
runs-on: https://www.devstar.cn/devstar/runner-images:ubuntu-latest
steps:
- name: 🔍 Check out repository code
uses: actions/checkout@v4