mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Set context to octane
This commit is contained in:
2
.github/workflows/build-image-octane.yaml
vendored
2
.github/workflows/build-image-octane.yaml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: debian
|
||||
context: octane
|
||||
platforms: ${{ matrix.platform }}
|
||||
tags: ${{ env.REGISTRY_IMAGE }}
|
||||
outputs: type=image,push-by-digest=true,name-canonical=true
|
||||
|
||||
2
.github/workflows/publish-image-octane.yaml
vendored
2
.github/workflows/publish-image-octane.yaml
vendored
@@ -74,7 +74,7 @@ jobs:
|
||||
id: build
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: debian
|
||||
context: octane
|
||||
build-args: INVOICENINJA_VERSION=${{ needs.version.outputs.version }}
|
||||
platforms: ${{ matrix.platform }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
||||
Reference in New Issue
Block a user