Stop the docker build cache from ruining everything
Some checks failed
Build and Push / build_and_publish_docker_image (push) Failing after 16m32s
Some checks failed
Build and Push / build_and_publish_docker_image (push) Failing after 16m32s
This commit is contained in:
parent
eee0635890
commit
4fb60cf86a
@ -27,4 +27,5 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
|
no-cache: true
|
||||||
tags: git.marinodev.com/marinodev/rust_gitea_ci:latest
|
tags: git.marinodev.com/marinodev/rust_gitea_ci:latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user