Skip to content

Commit 25c783d

Browse files
chore(deps): bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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]>
1 parent 5560526 commit 25c783d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
npm run-script build
5252
- name: Build docker image
5353
if: ${{ github.event_name == 'pull_request' }}
54-
uses: docker/build-push-action@v3
54+
uses: docker/build-push-action@v4
5555
with:
5656
# Set the context to use the current directory and not execute it's own git checkout.
5757
context: .

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
npm ci
4848
npm run-script build
4949
- name: Build and push docker image to Docker Hub
50-
uses: docker/build-push-action@v3
50+
uses: docker/build-push-action@v4
5151
with:
5252
# Set the context to use the current directory and not execute it's own git checkout.
5353
context: .

0 commit comments

Comments
 (0)