feature/kaniko-without-caching
Some checks failed
docker-monica-build development / dockerfile_lint (push) Successful in 22s
docker-monica-build development / build (push) Has been cancelled

This commit is contained in:
2025-10-25 21:27:16 +02:00
parent 1ff7fbc922
commit 75b916ef44
2 changed files with 2 additions and 2 deletions

View File

@@ -30,6 +30,6 @@ jobs:
image: rogersik/monica image: rogersik/monica
registry: gitea.sikorski.cloud registry: gitea.sikorski.cloud
tag: "${{ env.CLEAN_BRANCH_NAME }}" tag: "${{ env.CLEAN_BRANCH_NAME }}"
cache: true cache: false # too much image tags; we should move to docker buildkit
username: rogersik username: rogersik
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}

View File

@@ -27,7 +27,7 @@ jobs:
image: rogersik/monica image: rogersik/monica
registry: gitea.sikorski.cloud registry: gitea.sikorski.cloud
tag: '${{ env.TAG }}' tag: '${{ env.TAG }}'
cache: true cache: false # too much image tags; we should move to docker buildkit
build_args: | build_args: |
GIT_TAG=${{ env.TAG }} GIT_TAG=${{ env.TAG }}
username: rogersik username: rogersik