This commit is contained in:
parent
f50ff8cca1
commit
38a8709a09
1 changed files with 9 additions and 9 deletions
|
@ -31,15 +31,6 @@ jobs:
|
|||
pull: true
|
||||
target: uv
|
||||
tags: www.coastalcommits.com/cswimr/actions:uv
|
||||
- name: Build and push docs image
|
||||
uses: actions/docker-build-push@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
pull: true
|
||||
target: docs
|
||||
tags: www.coastalcommits.com/cswimr/actions:docs
|
||||
- name: Build and push yarn image
|
||||
uses: actions/docker-build-push@v6
|
||||
with:
|
||||
|
@ -49,6 +40,15 @@ jobs:
|
|||
pull: true
|
||||
target: yarn
|
||||
tags: www.coastalcommits.com/cswimr/actions:yarn
|
||||
- name: Build and push docs image
|
||||
uses: actions/docker-build-push@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
pull: true
|
||||
target: docs
|
||||
tags: www.coastalcommits.com/cswimr/actions:docs
|
||||
- name: Build and push Red full image
|
||||
uses: actions/docker-build-push@v6
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue