chore(ci): migrate to forgejo
Some checks failed
Docker / docker (push) Failing after 0s
Rust / build (push) Failing after 0s

This commit is contained in:
Evelyn Alicke 2024-09-23 22:30:14 +02:00
parent ce88978583
commit 3c7c8a4cb2
Signed by: evlli
GPG key ID: 8092413A3F6DD75F
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ on:
jobs:
docker:
uses: famedly/github-workflows/.github/workflows/docker.yml@main
uses: github.com/famedly/github-workflows/.github/workflows/docker.yml@main
with:
push: ${{ github.event_name != 'pull_request' }} # Always build, don't publish on pull requests
registry_user: famedly-ci

View file

@ -9,5 +9,5 @@ on:
jobs:
build:
uses: famedly/github-workflows/.github/workflows/rust.yml@main
uses: github.com/famedly/github-workflows/.github/workflows/rust.yml@main
secrets: inherit