Skip to content

Commit

Permalink
feat: use context in the common pipeline (#2447)
Browse files Browse the repository at this point in the history
hello team!

I've created a new version in the common pipeline, this one should fix
the issues with the forks and we'll have the version output that we're
currently missing when using the docker containers.

If this works, we could close the PR:
#2421
I've tested on my end and seems to be working 🤞 

*PR where we've done the fix*:
celestiaorg/.github#65

Thanks in advance! 🚀 


Jose Ramon Mañes


celestiaorg/devops#370

---------

Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
  • Loading branch information
tty47 committed Jul 12, 2023
1 parent eaa5835 commit fe6942f
Showing 1 changed file with 1 addition and 1 deletion.
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.0 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.2 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile

0 comments on commit fe6942f

Please sign in to comment.