Skip to content

Navigation Menu

Sign in
Sign up

Commit e450b92

Browse files
dependabot[bot]jeandet
authored andcommitted
chore(deps): bump the ci-dependencies group with 5 updates
Bumps the ci-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [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` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6` | `7` | 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) 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) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: docker/metadata-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 862dd4d commit e450b92

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

‎.github/workflows/docker-build-push.yaml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- name: Inject slug/short variables
2828
uses: rlespinasse/github-slug-action@v5.5.0
2929
- name: Set up QEMU
30-
uses: docker/setup-qemu-action@v3
30+
uses: docker/setup-qemu-action@v4
3131
- name: Set up Docker Buildx
32-
uses: docker/setup-buildx-action@v3
32+
uses: docker/setup-buildx-action@v4
3333
with:
3434
install: true
3535
driver-opts: |
@@ -39,7 +39,7 @@ jobs:
3939
if: github.event_name != 'pull_request'
4040
uses: sigstore/cosign-installer@v4.0.0
4141
- name: Login to GitHub Container Registry
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
if: github.event_name != 'pull_request'
4444
with:
4545
registry: ghcr.io
@@ -49,7 +49,7 @@ jobs:
4949
- name: Extract metadata tags and labels on PRs
5050
if: github.event_name == 'pull_request'
5151
id: meta-pr
52-
uses: docker/metadata-action@v5
52+
uses: docker/metadata-action@v6
5353
with:
5454
images: ghcr.io/${{ env.OWNER_LOWERCASE }}/quartz
5555
tags: |
@@ -59,7 +59,7 @@ jobs:
5959
- name: Extract metadata tags and labels for main, release or tag
6060
if: github.event_name != 'pull_request'
6161
id: meta
62-
uses: docker/metadata-action@v5
62+
uses: docker/metadata-action@v6
6363
with:
6464
flavor: |
6565
latest=auto
@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Build and push Docker image
7878
id: build-and-push
79-
uses: docker/build-push-action@v6
79+
uses: docker/build-push-action@v7
8080
with:
8181
push: ${{ github.event_name != 'pull_request' }}
8282
build-args: |

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /