fix nextcloud ci not specifying containerfile path correctly
This commit is contained in:
parent
897ed85813
commit
1f89b8f89a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
KANIKO_GIT_HAMBURG_CCC_DE_USER: forgejo-actions
|
KANIKO_GIT_HAMBURG_CCC_DE_USER: forgejo-actions
|
||||||
KANIKO_GIT_HAMBURG_CCC_DE_PASSWORD: ${{ secrets.PACKAGES_TOKEN }}
|
KANIKO_GIT_HAMBURG_CCC_DE_PASSWORD: ${{ secrets.PACKAGES_TOKEN }}
|
||||||
run: /kaniko/executor
|
run: /kaniko/executor
|
||||||
--dockerfile="${{forgejo.workspace }}/Containerfile"
|
--dockerfile="${{forgejo.workspace }}/nextcloud/Containerfile"
|
||||||
--context="dir://${{ forgejo.workspace }}/nextcloud"
|
--context="dir://${{ forgejo.workspace }}/nextcloud"
|
||||||
--build-arg=TAG=${{ matrix.nextcloud-version }}
|
--build-arg=TAG=${{ matrix.nextcloud-version }}
|
||||||
--destination=git.hamburg.ccc.de/ccchh/oci-images/nextcloud:${{ matrix.nextcloud-version }}
|
--destination=git.hamburg.ccc.de/ccchh/oci-images/nextcloud:${{ matrix.nextcloud-version }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue