feat(workflow): disable docker cache when building the image
All checks were successful
build image / build (push) Successful in 2m30s

This commit is contained in:
Bruno Carlin 2025-01-05 16:43:11 +01:00
parent b8e4511084
commit 25079958b1
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -29,7 +29,7 @@ jobs:
- name: Build image
run: |
docker build -t code.bcarlin.net/oci/browsers:latest .
docker build --no-cache -t code.bcarlin.net/oci/browsers:latest .
- name: Push image
run: |