Skip to content

Commit f4dd057

Browse files
Bump docker/build-push-action from 3.1.1 to 3.2.0 (#217)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e70560a commit f4dd057

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
@@ -350,7 +350,7 @@ jobs:
350350
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
351351
352352
- name: Build and push Docker image
353-
uses: docker/build-push-action@v3.1.1
353+
uses: docker/build-push-action@v3.2.0
354354
if: ${{ (matrix.os == 'ubuntu-latest') }}
355355
with:
356356
context: .

0 commit comments

Comments
 (0)