diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-03-05 22:25:13 +0000 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2026-03-05 22:25:25 +0000 |
| commit | 886ec5c8bcd90e18a6f082f9b48934feabe0d1a5 (patch) | |
| tree | 7be2f775d3736e753c5bc744af7ea69e21ddd4c0 /.github/workflows/docker.yml | |
| parent | build(deps-dev): bump syncpack in the nodejs-dependencies group (diff) | |
| download | locusts-886ec5c8bcd90e18a6f082f9b48934feabe0d1a5.tar locusts-886ec5c8bcd90e18a6f082f9b48934feabe0d1a5.tar.gz locusts-886ec5c8bcd90e18a6f082f9b48934feabe0d1a5.tar.bz2 locusts-886ec5c8bcd90e18a6f082f9b48934feabe0d1a5.tar.lz locusts-886ec5c8bcd90e18a6f082f9b48934feabe0d1a5.tar.xz locusts-886ec5c8bcd90e18a6f082f9b48934feabe0d1a5.tar.zst locusts-886ec5c8bcd90e18a6f082f9b48934feabe0d1a5.zip | |
build(deps): bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/metadata-action](https://github.com/docker/metadata-action) and [docker/build-push-action](https://github.com/docker/build-push-action).
Updates `docker/setup-buildx-action` from 3 to 4
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4)
Updates `docker/metadata-action` from 5 to 6
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6)
Updates `docker/build-push-action` from 6 to 7
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/metadata-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: docker/build-push-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/docker.yml')
| -rw-r--r-- | .github/workflows/docker.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e9d09b4..260ae0b 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -28,14 +28,14 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Lint uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: Dockerfile - name: Extract metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: | ghcr.io/${{ env.IMAGE_NAME }} @@ -52,7 +52,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and Push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: platforms: linux/amd64,linux/arm64 context: . |
