Skip to content

Commit 40de640

Browse files
Bump docker/build-push-action from 2.10.0 to 3.0.0 (cinnyapp#538)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.10.0 to 3.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2.10.0...v3.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 780bd5e commit 40de640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/[email protected]
1717
- name: Build Docker image
18-
uses: docker/build-push-action@v2.10.0
18+
uses: docker/build-push-action@v3.0.0
1919
with:
2020
context: .
2121
push: false

.github/workflows/prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
images: ajbura/cinny
5858
- name: Build and push Docker image
59-
uses: docker/build-push-action@v2.10.0
59+
uses: docker/build-push-action@v3.0.0
6060
with:
6161
context: .
6262
push: true

0 commit comments

Comments
 (0)