testing pipeline
This commit is contained in:
parent
f16553bb25
commit
92668d8412
1 changed files with 11 additions and 6 deletions
17
.github/workflows/docker-publish.yml
vendored
17
.github/workflows/docker-publish.yml
vendored
|
|
@ -15,15 +15,15 @@ on:
|
|||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
REGISTRY: ghcr.io
|
||||
# github.repository as <account>/<repo>
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
build_mate:
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
REGISTRY: ghcr.io
|
||||
# github.repository as <account>/<repo>
|
||||
IMAGE_NAME: containdesk-mate
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
|
@ -75,6 +75,11 @@ jobs:
|
|||
cache-to: type=gha,mode=max
|
||||
|
||||
build_xfce:
|
||||
env:
|
||||
# Use docker.io for Docker Hub if empty
|
||||
REGISTRY: ghcr.io
|
||||
# github.repository as <account>/<repo>
|
||||
IMAGE_NAME: containdesk-xfce
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue