Skip to content

Commit

Permalink
Fixed typo and readme, and fixed bad context ref for dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kévin ZGRZENDEK committed Dec 1, 2024
1 parent 0df82ed commit 4c452a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-redcap-fastcgi-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions .github/workflows/ci-redcap-httpd-shibd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions .github/workflows/ci-redcap-php-fpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 4c452a7

Please sign in to comment.