Don't cache when building builder container
This commit is contained in:
parent
a5cbc5da30
commit
e9f4381e38
1 changed files with 1 additions and 0 deletions
|
@ -14,5 +14,6 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
file: .forgejo/Containerfile.build
|
file: .forgejo/Containerfile.build
|
||||||
|
no-cache: true
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ vars.BUILDER_CONTAINER_NAME }}
|
tags: ${{ vars.BUILDER_CONTAINER_NAME }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue