always pull uv images before building
All checks were successful
Actions / build (push) Successful in 17s
All checks were successful
Actions / build (push) Successful in 17s
This commit is contained in:
parent
ff5daae1ed
commit
fca7f5b7b9
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
pull: true
|
||||
target: uv
|
||||
tags: www.coastalcommits.com/cswimr/actions:uv
|
||||
- name: Build and push docs image
|
||||
|
@ -36,6 +37,7 @@ jobs:
|
|||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
pull: true
|
||||
target: docs
|
||||
tags: www.coastalcommits.com/cswimr/actions:docs
|
||||
- name: Build and push Red full image
|
||||
|
|
Loading…
Reference in a new issue