add node with pnpm
All checks were successful
Publish Docker Image / docker (push) Successful in 4m56s
All checks were successful
Publish Docker Image / docker (push) Successful in 4m56s
This commit is contained in:
@ -36,10 +36,18 @@ jobs:
|
||||
username: ${{ secrets.REPO_USERNAME }}
|
||||
password: ${{ secrets.REPO_TOKEN }}
|
||||
|
||||
- name: Build and Push (Latest)
|
||||
- name: Build and Push (Latest NodeJS)
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
context: ./gitea-runner
|
||||
file: ./gitea-runner/NodeLatestDockerfile
|
||||
tags: fascinated/docker-images:node-latest
|
||||
|
||||
- name: Build and Push (Latest NodeJS - pnpm)
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
context: ./gitea-runner
|
||||
file: ./gitea-runner/NodeWithPnpmLatestDockerfile
|
||||
tags: fascinated/docker-images:node-pnpm-latest
|
||||
|
Reference in New Issue
Block a user