feat(workflow): disable docker cache when building the image
All checks were successful
build image / build (push) Successful in 2m30s
All checks were successful
build image / build (push) Successful in 2m30s
This commit is contained in:
parent
b8e4511084
commit
25079958b1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: |
|
run: |
|
||||||
docker build -t code.bcarlin.net/oci/browsers:latest .
|
docker build --no-cache -t code.bcarlin.net/oci/browsers:latest .
|
||||||
|
|
||||||
- name: Push image
|
- name: Push image
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue