This commit is contained in:
@ -38,13 +38,21 @@ jobs:
|
||||
username: ${{ secrets.REPO_USERNAME }}
|
||||
password: ${{ secrets.REPO_TOKEN }}
|
||||
|
||||
- name: Build and Push (Java8 with Firefox)
|
||||
- name: Build and Push (Java 8)
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
context: ./java8-with-firefox
|
||||
file: ./java8-with-firefox/Dockerfile
|
||||
tags: fascinated/docker-images:node-yarn-latest
|
||||
context: ./generic/java/8
|
||||
file: ./generic/java/8/Dockerfile
|
||||
tags: fascinated/docker-images:java-8
|
||||
|
||||
- name: Build and Push (Java 8 - With Firefox)
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
push: true
|
||||
context: ./java-8-with-firefox
|
||||
file: ./java-8-with-firefox/Dockerfile
|
||||
tags: fascinated/docker-images:java-8-with-firefox
|
||||
|
||||
- name: Build and Push (Latest NodeJS)
|
||||
uses: docker/build-push-action@v4
|
||||
|
Reference in New Issue
Block a user