Skip to content

Commit

Permalink
feat: jose/bump common ci (#3222)
Browse files Browse the repository at this point in the history
hello team!

this PR bumps the version to the latest common
[0.3.2](https://github.com/celestiaorg/.github/releases/tag/v0.3.2)

cheers! 🚀

---------

Signed-off-by: Jose Ramon Mañes <[email protected]>
  • Loading branch information
tty47 committed Mar 26, 2024
1 parent c1b41b0 commit 251e67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Dockerfile Linting
hadolint:
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.2.8 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.3.2 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.8 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.3.2 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile

0 comments on commit 251e67e

Please sign in to comment.