Update .forgejo/workflows/build.yaml
All checks were successful
Actions / build (push) Successful in 24s
All checks were successful
Actions / build (push) Successful in 24s
This commit is contained in:
parent
35fd3399f9
commit
7c05378731
1 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,15 @@ jobs:
|
||||||
pull: 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 yarn image
|
||||||
|
uses: actions/docker-build-push@v6
|
||||||
|
with:
|
||||||
|
context: .
|
||||||
|
file: ./Dockerfile
|
||||||
|
push: true
|
||||||
|
pull: true
|
||||||
|
target: yarn
|
||||||
|
tags: www.coastalcommits.com/cswimr/actions:yarn
|
||||||
- name: Build and push Red full image
|
- name: Build and push Red full image
|
||||||
uses: actions/docker-build-push@v6
|
uses: actions/docker-build-push@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue