From 781309f716de08c7269ba3d6b53890ba929bda91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:43:40 +0000 Subject: [PATCH] chore(deps): bump docker/bake-action from 5 to 6 Bumps [docker/bake-action](https://github.com/docker/bake-action) from 5 to 6. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3849f98..90a1ff8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -47,14 +47,14 @@ jobs: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/bake-action@v5 + - uses: docker/bake-action@v6 if: ${{ startsWith(github.ref, 'refs/tags/v') }} env: TAG: ${{ github.ref_name }} with: push: true files: 'build/package/docker-bake.json' - - uses: docker/bake-action@v5 + - uses: docker/bake-action@v6 if: ${{ !startsWith(github.ref, 'refs/tags/v') }} with: push: true