fix: pull the latest debian image before building
All checks were successful
build image / build (push) Successful in 8m32s

This commit is contained in:
Bruno Carlin 2025-01-25 00:28:42 +01:00
parent 149046ec0b
commit 024c8eaa5f

View file

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