Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/docker/bitnami/nginx-1.23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwilbrink authored Feb 15, 2023
2 parents 5154ceb + 79578e4 commit 5955aaa
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 @@ -51,7 +51,7 @@ jobs:
npm run-script build
- name: Build docker image
if: ${{ github.event_name == 'pull_request' }}
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
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@v3
uses: docker/build-push-action@v4
with:
# Set the context to use the current directory and not execute it's own git checkout.
context: .
Expand Down

0 comments on commit 5955aaa

Please sign in to comment.