diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 55b4fbb..6ab3afa 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -40,6 +40,15 @@ jobs: pull: true target: 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 uses: actions/docker-build-push@v6 with: