Skip to content

Commit d1d68c6

Browse files
Bump the all group with 5 updates (#1337)
Bumps the all group with 5 updates: | Package | From | To | | --- | --- | --- | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6` | `7` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3` | `4` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3` | `4` | | [docker/login-action](https://github.com/docker/login-action) | `3` | `4` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5` | `6` | Updates `docker/build-push-action` from 6 to 7 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) Updates `docker/setup-qemu-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](docker/setup-qemu-action@v3...v4) Updates `docker/setup-buildx-action` from 3 to 4 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) Updates `docker/login-action` from 3 to 4 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) Updates `docker/metadata-action` from 5 to 6 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75c178c commit d1d68c6

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/check_charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: ct lint --chart-dirs deployment/k8s --target-branch ${{ github.event.repository.default_branch }}
5757

5858
- name: Build container
59-
uses: docker/build-push-action@v6
59+
uses: docker/build-push-action@v7
6060
if: steps.list-changed.outputs.changed == 'true'
6161
with:
6262
# See https://github.com/developmentseed/titiler/discussions/387

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,21 +132,21 @@ jobs:
132132
uses: actions/checkout@v6
133133

134134
- name: Set up QEMU
135-
uses: docker/setup-qemu-action@v3
135+
uses: docker/setup-qemu-action@v4
136136

137137
- name: Set up Docker Buildx
138-
uses: docker/setup-buildx-action@v3
138+
uses: docker/setup-buildx-action@v4
139139

140140
- name: Log in to the GitHub Container registry
141-
uses: docker/login-action@v3
141+
uses: docker/login-action@v4
142142
with:
143143
registry: ghcr.io
144144
username: ${{ github.actor }}
145145
password: ${{ secrets.GITHUB_TOKEN }}
146146

147147
- name: Docker meta
148148
id: meta
149-
uses: docker/metadata-action@v5
149+
uses: docker/metadata-action@v6
150150
with:
151151
images: ${{ matrix.image }}
152152
flavor: |
@@ -156,7 +156,7 @@ jobs:
156156
type=raw,value=latest,enable={{is_default_branch}}
157157
158158
- name: Build and push
159-
uses: docker/build-push-action@v6
159+
uses: docker/build-push-action@v7
160160
with:
161161
platforms: linux/amd64,linux/arm64
162162
context: .

0 commit comments

Comments
 (0)