chore(deps): bump docker/bake-action from 6.1.1 to 6.2.0 (#1550)
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.1.1 to 6.2.0. - [Release notes](https://github.com/docker/bake-action/releases) - [Commits](https://github.com/docker/bake-action/compare/v6.1.1...v6.2.0) --- updated-dependencies: - dependency-name: docker/bake-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/docker-build-push.yml
vendored
4
.github/workflows/docker-build-push.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
echo "NODE_VERSION=${{ inputs.node_version }}" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Build
|
||||
uses: docker/bake-action@v6.1.1
|
||||
uses: docker/bake-action@v6.2.0
|
||||
with:
|
||||
source: .
|
||||
push: true
|
||||
@@ -92,6 +92,6 @@ jobs:
|
||||
|
||||
- name: Push
|
||||
if: ${{ inputs.push }}
|
||||
uses: docker/bake-action@v6.1.1
|
||||
uses: docker/bake-action@v6.2.0
|
||||
with:
|
||||
push: true
|
||||
|
||||
Reference in New Issue
Block a user