This commit is contained in:
parent
0d50954456
commit
60d06ad635
@ -45,12 +45,6 @@ jobs:
|
|||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
|
||||||
- uses: docker/login-action@v3
|
|
||||||
with:
|
|
||||||
registry: ghcr.io
|
|
||||||
username: ${{ github.repository_owner }}
|
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
|
||||||
|
|
||||||
- uses: docker/build-push-action@v5
|
- uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: ./generic
|
context: ./generic
|
||||||
@ -58,3 +52,11 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
fascinated/docker-images:java_${{ matrix.tag }}
|
fascinated/docker-images:java_${{ matrix.tag }}
|
||||||
|
|
||||||
|
- 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
|
||||||
|
@ -38,22 +38,6 @@ jobs:
|
|||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
|
||||||
- name: Build and Push (Java 8)
|
|
||||||
uses: docker/build-push-action@v4
|
|
||||||
with:
|
|
||||||
push: true
|
|
||||||
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)
|
- name: Build and Push (Latest NodeJS)
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user