action
This commit is contained in:
parent
ba845276d9
commit
d14f3c3bf7
@ -9,3 +9,4 @@ jobs:
|
||||
with:
|
||||
image: okami101/dotnet-qa:8.0
|
||||
dockerfile: dotnet-qa.dockerfile
|
||||
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||
|
@ -9,3 +9,4 @@ jobs:
|
||||
with:
|
||||
image: okami101/frankenphp:8.3
|
||||
dockerfile: frankenphp-83.dockerfile
|
||||
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||
|
@ -9,3 +9,4 @@ jobs:
|
||||
with:
|
||||
image: okami101/php-qa:8.3
|
||||
dockerfile: php-qa-83.dockerfile
|
||||
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||
|
@ -3,6 +3,9 @@ name: Docker build test
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
password:
|
||||
required: true
|
||||
type: string
|
||||
image:
|
||||
required: true
|
||||
type: string
|
||||
@ -19,7 +22,6 @@ jobs:
|
||||
with:
|
||||
registry: ${{ vars.CONTAINER_REGISTRY }}
|
||||
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}
|
||||
- uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
|
Loading…
x
Reference in New Issue
Block a user