mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-28 17:57:09 +01:00
Add build pipe for octane
This commit is contained in:
4
.github/workflows/build-image-debian.yaml
vendored
4
.github/workflows/build-image-debian.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build Debian Container Image
|
name: Build Debian OctaneContainer Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -33,6 +33,6 @@ jobs:
|
|||||||
context: debian
|
context: debian
|
||||||
file: debian/Dockerfile
|
file: debian/Dockerfile
|
||||||
load: true
|
load: true
|
||||||
tags: invoiceninja/invoiceninja-debian:test
|
tags: invoiceninja/invoiceninja-octane:test
|
||||||
cache-from: type=gha
|
cache-from: type=gha
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|||||||
2
.github/workflows/publish-image.yaml
vendored
2
.github/workflows/publish-image.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- image: invoiceninja/invoiceninja-debian
|
- image: invoiceninja/invoiceninja-octane
|
||||||
context: ./debian
|
context: ./debian
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user