feature/kaniko-without-caching #10
@@ -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 }}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user