Skip to content

Commit 589c2f8

Browse files
authored
Merge pull request #268 from com-pas/dependabot/github_actions/docker/build-push-action-5
chore(deps): bump docker/build-push-action from 4 to 5
2 parents 264741b + 5237ca2 commit 589c2f8

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
@@ -53,7 +53,7 @@ jobs:
5353
npm run-script build
5454
- name: Build docker image
5555
if: ${{ github.event_name == 'pull_request' }}
56-
uses: docker/build-push-action@v4
56+
uses: docker/build-push-action@v5
5757
with:
5858
# Set the context to use the current directory and not execute it's own git checkout.
5959
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@v4
50+
uses: docker/build-push-action@v5
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)