fix: pull the latest debian image before building
All checks were successful
build image / build (push) Successful in 8m32s
All checks were successful
build image / build (push) Successful in 8m32s
This commit is contained in:
parent
149046ec0b
commit
024c8eaa5f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue