Skip to content

Commit 1fc58eb

Browse files
Bump docker/build-push-action from 4.1.1 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4.1.1...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93cc3e1 commit 1fc58eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ jobs:
427427
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
428428
429429
- name: Build and push Docker image
430-
uses: docker/build-push-action@v4.1.1
430+
uses: docker/build-push-action@v6.18.0
431431
if: ${{ (matrix.os == 'ubuntu-latest') }}
432432
with:
433433
context: .

0 commit comments

Comments
 (0)