Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4489e1e0e2 | |||
| 3ce6540a8f |
@@ -38,10 +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
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user