Skip to content

Commit

Permalink
Merge pull request #268 from com-pas/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-5

chore(deps): bump docker/build-push-action from 4 to 5
  • Loading branch information
juancho0202 authored Oct 3, 2023
2 parents 264741b + 5237ca2 commit 589c2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
npm run-script build
- name: Build docker image
if: ${{ github.event_name == 'pull_request' }}
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
# Set the context to use the current directory and not execute it's own git checkout.
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
npm ci
npm run-script build
- name: Build and push docker image to Docker Hub
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
# Set the context to use the current directory and not execute it's own git checkout.
context: .
Expand Down

0 comments on commit 589c2f8

Please sign in to comment.