This commit is contained in:
parent
a1d49f064a
commit
73ad9c552b
@ -38,30 +38,6 @@ jobs:
|
|||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
- 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
|
|
||||||
|
|
||||||
- name: Build and Push (Java8 with Firefox)
|
- name: Build and Push (Java8 with Firefox)
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
@ -69,3 +45,27 @@ jobs:
|
|||||||
context: ./java8-with-firefox
|
context: ./java8-with-firefox
|
||||||
file: ./java8-with-firefox/Dockerfile
|
file: ./java8-with-firefox/Dockerfile
|
||||||
tags: fascinated/docker-images:node-yarn-latest
|
tags: fascinated/docker-images:node-yarn-latest
|
||||||
|
|
||||||
|
- name: Build and Push (Latest NodeJS)
|
||||||
|
uses: docker/build-push-action@v4
|
||||||
|
with:
|
||||||
|
push: true
|
||||||
|
context: ./gitea-runner
|
||||||
|
file: .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: .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: .NodeWithYarnLatestDockerfile
|
||||||
|
tags: fascinated/docker-images:node-yarn-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user