Skip to content

Commit 424d029

Browse files
Bump docker/build-push-action from 2.9.0 to 3.1.1 (#140)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 3.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.9.0...v3.1.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b39eb74 commit 424d029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
347347
348348
- name: Build and push Docker image
349-
uses: docker/build-push-action@v2.9.0
349+
uses: docker/build-push-action@v3.1.1
350350
if: ${{ (matrix.os == 'ubuntu-latest') }}
351351
with:
352352
context: .

0 commit comments

Comments
 (0)