This commit is contained in:
parent
725e3499ac
commit
631228dd36
@ -53,3 +53,11 @@ jobs:
|
||||
context: ./gitea-runner
|
||||
file: ./gitea-runner/NodeWithPnpmLatestDockerfile
|
||||
tags: fascinated/docker-images:node-pnpm-latest
|
||||
|
||||
- name: Build and Push (Latest NodeJS - yarn)
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
context: ./gitea-runner
|
||||
file: ./gitea-runner/NodeWithYarnLatestDockerfile
|
||||
tags: fascinated/docker-images:node-yarn-latest
|
||||
|
4
gitea-runner/NodeWithYarnLatestDockerfile
Normal file
4
gitea-runner/NodeWithYarnLatestDockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM fascinated/docker-images:node-latest
|
||||
|
||||
# Install yarn
|
||||
RUN npm install -g yarn
|
Loading…
Reference in New Issue
Block a user