mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Merge branch 'invoiceninja:octane' into 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:
|
||||
pull_request:
|
||||
@@ -33,6 +33,6 @@ jobs:
|
||||
context: debian
|
||||
file: debian/Dockerfile
|
||||
load: true
|
||||
tags: invoiceninja/invoiceninja-debian:test
|
||||
tags: invoiceninja/invoiceninja-octane:test
|
||||
cache-from: type=gha
|
||||
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:
|
||||
matrix:
|
||||
include:
|
||||
- image: invoiceninja/invoiceninja-debian
|
||||
- image: invoiceninja/invoiceninja-octane
|
||||
context: ./debian
|
||||
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user