Skip to content

Commit 79578e4

Browse files
Merge pull request #219 from com-pas/dependabot/github_actions/docker/build-push-action-4
chore(deps): bump docker/build-push-action from 3 to 4
2 parents 5560526 + 25c783d commit 79578e4

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)