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: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
pull: true
|
||||||
target: uv
|
target: uv
|
||||||
tags: www.coastalcommits.com/cswimr/actions:uv
|
tags: www.coastalcommits.com/cswimr/actions:uv
|
||||||
- name: Build and push docs image
|
- name: Build and push docs image
|
||||||
|
@ -36,6 +37,7 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
|
pull: true
|
||||||
target: docs
|
target: docs
|
||||||
tags: www.coastalcommits.com/cswimr/actions:docs
|
tags: www.coastalcommits.com/cswimr/actions:docs
|
||||||
- name: Build and push Red full image
|
- name: Build and push Red full image
|
||||||
|
|
Loading…
Reference in a new issue