fix: use github-hosted-runner

This commit is contained in:
hamster1963 2024-10-21 23:48:17 +08:00
parent 3de1b73ff5
commit 4b4a5e33a9

View File

@ -12,7 +12,7 @@ env:
jobs: jobs:
build-and-push: build-and-push:
name: Build and push Docker image name: Build and push Docker image
runs-on: self-hosted runs-on: ubuntu-latest
environment: Production environment: Production
steps: steps:
- name: Checkout code - name: Checkout code