Skip to content

Commit

Permalink
Updated dockerfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin ZGRZENDEK committed Jan 6, 2025
1 parent 34a4744 commit 4e41a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-redcap-fastcgi-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
aphp-container-ci-workflow:
uses: aphp/ci-workflows/.github/workflows/container-ci.yml@dev
with:
dockerfile-path: "./fastcgi-client/Dockerfile"
dockerfile-path: "fastcgi-client/Dockerfile"
image-name: "ghcr.io/aphp/redcap-fastcgi-client"
2 changes: 1 addition & 1 deletion .github/workflows/ci-redcap-httpd-shibd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
aphp-container-ci-workflow:
uses: aphp/ci-workflows/.github/workflows/container-ci.yml@dev
with:
dockerfile-path: "./httpd-shibd/Dockerfile"
dockerfile-path: "httpd-shibd/Dockerfile"
image-name: "ghcr.io/aphp/redcap-httpd-shibd"
2 changes: 1 addition & 1 deletion .github/workflows/ci-redcap-php-fpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
aphp-container-ci-workflow:
uses: aphp/ci-workflows/.github/workflows/container-ci.yml@dev
with:
dockerfile-path: "./php-fpm/Dockerfile"
dockerfile-path: "php-fpm/Dockerfile"
image-name: "ghcr.io/aphp/redcap-php-fpm"

0 comments on commit 4e41a04

Please # to comment.