Skip to content

Commit

Permalink
Add build pipe for octane
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jan 4, 2025
1 parent 237abe4 commit a71af86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image-debian.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Debian Container Image
name: Build Debian OctaneContainer Image

on:
pull_request:
Expand Down Expand Up @@ -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 changes: 1 addition & 1 deletion .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
include:
- image: invoiceninja/invoiceninja-debian
- image: invoiceninja/invoiceninja-octane
context: ./debian

steps:
Expand Down

0 comments on commit a71af86

Please sign in to comment.