mirror of
https://github.com/nextcloud/docker.git
synced 2025-07-04 07:54:10 +02:00
Merge remote-tracking branch 'upstream/master'
* upstream/master: fix(README): Point help seekers to forum first Bump to 28.0.5 Runs update.sh Remove 26 (#2205) Runs update.sh Drop Nextcloud 26 Runs update.sh Typo Bump to 28.0.4 Runs update.sh Update GitHub Actions (#2170)
This commit is contained in:
commit
432821910f
53 changed files with 76 additions and 69 deletions
6
.github/workflows/images.yml
vendored
6
.github/workflows/images.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
|||
outputs:
|
||||
strategy: ${{ steps.generate-jobs.outputs.strategy }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: docker-library/bashbrew@v0.1.5
|
||||
- uses: actions/checkout@v4
|
||||
- uses: docker-library/bashbrew@HEAD
|
||||
- id: generate-jobs
|
||||
name: Generate Jobs
|
||||
run: |
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
name: ${{ matrix.name }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Prepare Environment
|
||||
run: ${{ matrix.runs.prepare }}
|
||||
- name: Run update.sh script
|
||||
|
|
2
.github/workflows/update-sh.yml
vendored
2
.github/workflows/update-sh.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
name: Run update.sh script
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run update.sh script
|
||||
run: ./update.sh
|
||||
- name: Commit files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue