This commit is contained in:
Adrien Beaudouin 2024-08-02 21:51:39 +02:00
parent 16d520e1ea
commit 3402cb9cb7
4 changed files with 3 additions and 1 deletions

View File

@ -9,3 +9,4 @@ jobs:
with:
image: okami101/dotnet-qa:8.0
dockerfile: dotnet-qa.dockerfile
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}

View File

@ -9,3 +9,4 @@ jobs:
with:
image: okami101/frankenphp:8.3
dockerfile: frankenphp-83.dockerfile
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}

View File

@ -9,3 +9,4 @@ jobs:
with:
image: okami101/php-qa:8.3
dockerfile: php-qa-83.dockerfile
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}

View File

@ -22,7 +22,6 @@ jobs:
with:
registry: ${{ vars.CONTAINER_REGISTRY }}
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
password: xxcxcxc
- uses: docker/build-push-action@v6
with:
context: .