Skip to content

Commit 7331475

Browse files
dependabot[bot]lg
authored andcommitted
chore(deps): bump docker/build-push-action from 4.1.0 to 4.1.1 (#2609)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f5de546 commit 7331475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535

3636
- name: Build and push Docker image
37-
uses: docker/build-push-action@v4.1.0
37+
uses: docker/build-push-action@v4.1.1
3838
with:
3939
context: .
4040
push: true
4141
tags: ${{ steps.meta.outputs.tags }}
4242
labels: ${{ steps.meta.outputs.labels }}
4343

4444
- name: Build and push e2e docker image
45-
uses: docker/build-push-action@v4.1.0
45+
uses: docker/build-push-action@v4.1.1
4646
with:
4747
context: .
4848
file: Dockerfile.e2e

0 commit comments

Comments
 (0)