Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurdotb committed Feb 15, 2023
2 parents 75d0f94 + 166577e commit 2f556dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
type=sha,format=long
- name: Build image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: amannn/action-semantic-pull-request@v5.0.2
- uses: amannn/action-semantic-pull-request@v5.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
org.opencontainers.image.documentation="https://docs.cheqd.io/identity"
- name: Build image with labels
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
context: .
file: docker/Dockerfile
Expand Down

0 comments on commit 2f556dd

Please sign in to comment.