Skip to content

Commit

Permalink
chore(ci): fix commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Oct 29, 2024
1 parent 267a6d2 commit a32e807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ jobs:

- name: Export image name
id: export-image
run: echo "image=ghcr.io/zama-ai/${{inputs.image-name}}:${{env.DOCKER_TAG_IMAGE}}" >> "${GITHUB_OUTPUT}"
run: echo "image=ghcr.io/zama-ai/${{inputs.image-name}}:${{env.DOCKER_TAG_IMAGE}}" >> "${GITHUB_OUTPUT}"
2 changes: 1 addition & 1 deletion .github/workflows/fhevm-smart-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Success
run: echo Pipeline Done
needs:
- docker-smart-contracts
- docker-smart-contracts

0 comments on commit a32e807

Please sign in to comment.