chore(ci): migrate to forgejo
This commit is contained in:
parent
ce88978583
commit
3c7c8a4cb2
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
uses: famedly/github-workflows/.github/workflows/docker.yml@main
|
uses: github.com/famedly/github-workflows/.github/workflows/docker.yml@main
|
||||||
with:
|
with:
|
||||||
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
|
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
|
||||||
registry_user: famedly-ci
|
registry_user: famedly-ci
|
|
@ -9,5 +9,5 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
uses: famedly/github-workflows/.github/workflows/rust.yml@main
|
uses: github.com/famedly/github-workflows/.github/workflows/rust.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
Loading…
Add table
Reference in a new issue