Skip to content

Commit 6f6188e

Browse files
author
Rob Tjalma
authored
Merge pull request #153 from com-pas/dependabot/github_actions/docker/build-push-action-3
chore(deps): bump docker/build-push-action from 2 to 3
2 parents ee5e436 + 21f497a commit 6f6188e

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
@@ -47,7 +47,7 @@ jobs:
4747
npm run-script build
4848
- name: Build docker image
4949
if: ${{ github.event_name == 'pull_request' }}
50-
uses: docker/build-push-action@v2
50+
uses: docker/build-push-action@v3
5151
with:
5252
# Set the context to use the current directory and not execute it's own git checkout.
5353
context: .

.github/workflows/release-project.yml

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

0 commit comments

Comments
 (0)