Skip to content

Commit

Permalink
Check docker pull limit in PRs as well
Browse files Browse the repository at this point in the history
Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
  • Loading branch information
SagarGi committed Jul 5, 2024
1 parent 2dc339d commit 372a7ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shared_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@ jobs:
- isScheduledEventNightly: false
nextcloudVersion: stable29
phpVersionMinor: 2
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ubuntu:latest
image: catthehacker/ubuntu:custom-20.04
credentials:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Add application's support for Nextcloud 30
- Log admin configuration to audit log (`/audit.log`)
- Check

## 2.6.3 - 2024-04-17
### Changed
Expand Down

0 comments on commit 372a7ca

Please sign in to comment.