Skip to content

Commit

Permalink
Fixed bad input declaration for the container CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin ZGRZENDEK committed Jan 2, 2025
1 parent a682804 commit beca13c
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:
uses: aphp/ci-workflows/.github/workflows/container-ci.yml@dev
with:
dockerfile-context: "./fastcgi-client"
dockerfile-name: "./fastcgi-client/Dockerfile"
dockerfile-name: "Dockerfile"
image-name: "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:
uses: aphp/ci-workflows/.github/workflows/container-ci.yml@dev
with:
dockerfile-context: "./httpd-shibd"
dockerfile-name: "./httpd-shibd/Dockerfile"
dockerfile-name: "Dockerfile"
image-name: "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:
uses: aphp/ci-workflows/.github/workflows/container-ci.yml@dev
with:
dockerfile-context: "./php-fpm"
dockerfile-name: "./php-fpm/Dockerfile"
dockerfile-name: "Dockerfile"
image-name: "redcap-php-fpm"

0 comments on commit beca13c

Please sign in to comment.