Skip to content

Commit 539ae4d

Browse files
Bump docker/build-push-action from 3.2.0 to 4.0.0 (#328)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 65c549e commit 539ae4d

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
@@ -384,7 +384,7 @@ jobs:
384384
type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }}
385385
386386
- name: Build and push Docker image
387-
uses: docker/build-push-action@v3.2.0
387+
uses: docker/build-push-action@v4.0.0
388388
if: ${{ (matrix.os == 'ubuntu-latest') }}
389389
with:
390390
context: .

0 commit comments

Comments
 (0)