diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-03-12 18:56:47 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2023-03-12 19:09:55 -0400 |
| commit | af399ab4a6d9e4f5244f392cd26d155c80b63119 (patch) | |
| tree | b4211d54e91453dea1adc77b2cd824da0ff71298 /.github | |
| parent | bc53d8d86d9d144bcb90795a536bcfe71a604434 (diff) | |
Bump to v4 module
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 12 | ||||
| -rw-r--r-- | .github/workflows/docker.yml | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d9e61f7..bfe903df 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,23 +4,23 @@ updates: directory: "/" schedule: interval: weekly - day: sunday - time: "22:00" + day: saturday + time: "02:00" timezone: Canada/Eastern open-pull-requests-limit: 10 - package-ecosystem: docker directory: "/" schedule: interval: weekly - day: sunday - time: "22:00" + day: saturday + time: "02:00" timezone: Canada/Eastern open-pull-requests-limit: 10 - package-ecosystem: github-actions directory: "/" schedule: interval: weekly - day: sunday - time: "22:00" + day: saturday + time: "02:00" timezone: Canada/Eastern open-pull-requests-limit: 10 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 19a3d205..e6daf82d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,7 +2,7 @@ name: Docker Build on: push: branches: [ main ] - tags: [ 'v*' ] + tags: [ 'v*', '!v*-pre*'] pull_request: branches: [ main ] @@ -26,9 +26,9 @@ jobs: uses: docker/setup-qemu-action@v2.1.0 - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v2.4.1 + uses: docker/setup-buildx-action@v2.5.0 with: - version: v0.5.1 + version: v0.10.4 driver-opts: | image=moby/buildkit:buildx-stable-1 network=host |
