forked from DarkCat09/docker-openj9-piped
ci: an idea
Some checks failed
Docker Image CI / build-and-push (map[build-args:[WITH_JDK=false] context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 6s
Docker Image CI / build-and-push (map[build-args:[] context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 12s
Some checks failed
Docker Image CI / build-and-push (map[build-args:[WITH_JDK=false] context:./ dockerfile:Dockerfile.openj9 image_name:openj9]) (push) Failing after 6s
Docker Image CI / build-and-push (map[build-args:[] context:./ dockerfile:Dockerfile.piped image_name:piped]) (push) Successful in 12s
This commit is contained in:
parent
404dec0f40
commit
701c628244
2 changed files with 27 additions and 10 deletions
|
@ -2,7 +2,7 @@ name: Docker Image CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ['main']
|
||||
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
|
@ -24,9 +24,11 @@ jobs:
|
|||
- dockerfile: 'Dockerfile.openj9'
|
||||
image_name: 'openj9'
|
||||
context: './'
|
||||
build-args: ["WITH_JDK=false"]
|
||||
- dockerfile: 'Dockerfile.piped'
|
||||
image_name: 'piped'
|
||||
context: './'
|
||||
build-args: []
|
||||
# Add more images as needed
|
||||
|
||||
steps:
|
||||
|
@ -66,4 +68,5 @@ jobs:
|
|||
file: ${{ matrix.images.dockerfile }}
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: ${{ matrix.images.build-args }}
|
Loading…
Add table
Add a link
Reference in a new issue