always pull uv images before building
All checks were successful
Actions / build (push) Successful in 17s

This commit is contained in:
Seaswimmer 2024-11-15 00:16:39 -05:00
parent ff5daae1ed
commit fca7f5b7b9
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -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