Skip to content

Commit 670eb2c

Browse files
committed
Set context to octane
1 parent ea35d30 commit 670eb2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-image-octane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
id: build
4141
uses: docker/build-push-action@v6
4242
with:
43-
context: debian
43+
context: octane
4444
platforms: ${{ matrix.platform }}
4545
tags: ${{ env.REGISTRY_IMAGE }}
4646
outputs: type=image,push-by-digest=true,name-canonical=true

.github/workflows/publish-image-octane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
id: build
7575
uses: docker/build-push-action@v6
7676
with:
77-
context: debian
77+
context: octane
7878
build-args: INVOICENINJA_VERSION=${{ needs.version.outputs.version }}
7979
platforms: ${{ matrix.platform }}
8080
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)