chore: update CI/CD runner to ubuntu-latest
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
name: Build & Push Docker Image
|
||||
needs: lint
|
||||
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
|
||||
runs-on: gitea-runner-on-dsm
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user