From 4c452a7bd5d6b5a4620ccebf4de41a18130f9994 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20ZGRZENDEK?= Date: Sun, 1 Dec 2024 15:11:35 +0100 Subject: [PATCH] Fixed typo and readme, and fixed bad context ref for dockerfile --- .github/workflows/ci-redcap-fastcgi-client.yaml | 1 + .github/workflows/ci-redcap-httpd-shibd.yaml | 1 + .github/workflows/ci-redcap-php-fpm.yaml | 1 + README.md | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-redcap-fastcgi-client.yaml b/.github/workflows/ci-redcap-fastcgi-client.yaml index 06c7c64..2312e83 100644 --- a/.github/workflows/ci-redcap-fastcgi-client.yaml +++ b/.github/workflows/ci-redcap-fastcgi-client.yaml @@ -89,6 +89,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: + context: "{{defaultContext}}:fastcgi-client" push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file diff --git a/.github/workflows/ci-redcap-httpd-shibd.yaml b/.github/workflows/ci-redcap-httpd-shibd.yaml index 3e8c9bc..510cac4 100644 --- a/.github/workflows/ci-redcap-httpd-shibd.yaml +++ b/.github/workflows/ci-redcap-httpd-shibd.yaml @@ -88,6 +88,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: + context: "{{defaultContext}}:httpd-shibd" push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file diff --git a/.github/workflows/ci-redcap-php-fpm.yaml b/.github/workflows/ci-redcap-php-fpm.yaml index 13d48de..da3db89 100644 --- a/.github/workflows/ci-redcap-php-fpm.yaml +++ b/.github/workflows/ci-redcap-php-fpm.yaml @@ -88,6 +88,7 @@ jobs: - name: Build and push uses: docker/build-push-action@v6 with: + context: "{{defaultContext}}:php-fpm" push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file diff --git a/README.md b/README.md index d2b57e5..af3e334 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This project uses 3 Github Workflows (presents under the .github/workflows direc ## How can I contribute? -You're welcome to read the [contributing guidelines](./CONTRIBUTING.md). +You're welcome to read the [contribution guidelines](./CONTRIBUTING.md). ## How is this project licensed?