Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
c8aa478c88
commit
fb2c0c6cb8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -6,12 +6,14 @@ on:
|
|||
- master
|
||||
|
||||
env:
|
||||
REGISTRY: ${{ gitea.actor != '' && 'git.froth.zone' || 'ghcr.io' }}
|
||||
REGISTRY: ${{ github.api_url != 'https://api.github.com' && 'git.froth.zone' || 'ghcr.io' }}
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
|
|
Loading…
Reference in a new issue