fix: correct typo in extra_args for Kaniko builds
Some checks failed
Build and push / check and test (push) Successful in 8s
Build and push / build_and_push (push) Failing after 25s

Signed-off-by: Uwe Hermann <uh@uleenucks.de>
This commit is contained in:
2026-04-15 17:14:10 +02:00
parent 3becb08b24
commit 88077944af

View File

@@ -32,7 +32,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
cache: false
exra_args: --cleanup
extra_args: --cleanup
- name: Kaniko build pyweb
uses: aevea/action-kaniko@master
@@ -43,7 +43,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
cache: false
exra_args: --cleanup
extra_args: --cleanup
- name: Kaniko build shellcheck
uses: aevea/action-kaniko@master
@@ -54,7 +54,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
cache: false
exra_args: --cleanup
extra_args: --cleanup
- name: Kaniko build vaultwarden-backup
uses: aevea/action-kaniko@master
@@ -65,7 +65,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
cache: false
exra_args: --cleanup
extra_args: --cleanup
- name: Kaniko build metabase
uses: aevea/action-kaniko@master
@@ -76,4 +76,4 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
cache: false
exra_args: --cleanup
extra_args: --cleanup