fix: remove reusable workflow
All checks were successful
Docker / build-and-push-image (push) Successful in 2m11s
All checks were successful
Docker / build-and-push-image (push) Successful in 2m11s
https://code.forgejo.org/forgejo/runner/issues/63
This commit is contained in:
parent
62ed418631
commit
56fdb222a5
1 changed files with 2 additions and 7 deletions
|
@ -6,7 +6,7 @@ on:
|
|||
- "main"
|
||||
|
||||
env:
|
||||
REGISTRY: code.troylusty.com
|
||||
REGISTRY: code.threepop.com
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
permissions:
|
||||
|
@ -14,13 +14,8 @@ permissions:
|
|||
contents: read
|
||||
|
||||
jobs:
|
||||
run-tests:
|
||||
uses: ./.forgejo/workflows/test.yml
|
||||
|
||||
build-and-push-image:
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- run-tests
|
||||
runs-on: nixos-x86_64-linux
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue