From fc24c229f96087636e96016ec37d44f44aca488b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:19:12 +0000 Subject: [PATCH] build(deps): bump the actions group with 4 updates Bumps the actions group with 4 updates: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action), [docker/build-push-action](https://github.com/docker/build-push-action), [docker/login-action](https://github.com/docker/login-action) and [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action). Updates `docker/setup-buildx-action` from 3.3.0 to 3.6.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.3.0...v3.6.1) Updates `docker/build-push-action` from 6.2.0 to 6.5.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.2.0...v6.5.0) Updates `docker/login-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.2.0...v3.3.0) Updates `docker/setup-qemu-action` from 3.0.0 to 3.2.0 - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3.0.0...v3.2.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/setup-qemu-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-image.yml | 4 ++-- .github/workflows/publish-release.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-test-image.yml b/.github/workflows/build-test-image.yml index 2185c00..572519e 100644 --- a/.github/workflows/build-test-image.yml +++ b/.github/workflows/build-test-image.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: docker/setup-buildx-action@v3.3.0 + - uses: docker/setup-buildx-action@v3.6.1 - id: docker_build - uses: docker/build-push-action@v6.2.0 + uses: docker/build-push-action@v6.5.0 with: context: . load: true diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index a4ea7a4..eafa96d 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -29,12 +29,12 @@ jobs: sed 's/docker-//' )" >"${GITHUB_ENV}" - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: docker/login-action@v3.2.0 + - uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -56,11 +56,11 @@ jobs: type=semver,pattern={{major}} type=sha - - uses: docker/setup-qemu-action@v3.0.0 - - uses: docker/setup-buildx-action@v3.3.0 + - uses: docker/setup-qemu-action@v3.2.0 + - uses: docker/setup-buildx-action@v3.6.1 - id: docker_build - uses: docker/build-push-action@v6.2.0 + uses: docker/build-push-action@v6.5.0 with: context: . push: true