feature/kaniko-without-caching #10

Closed
RogerSik wants to merge 1 commits from feature/kaniko-without-caching into main
2 changed files with 2 additions and 2 deletions

View File

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

View File

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