This repository was archived by the owner on Jul 21, 2025. It is now read-only.
Publish a docker image#19
Open
ciaranmcnulty wants to merge 1 commit into
Open
Conversation
ciaranmcnulty
commented
Jul 5, 2022
|
|
||
| - uses: docker/login-action@v2 | ||
| with: | ||
| username: ${{ secrets.DOCKERHUB_USERNAME }} |
Author
There was a problem hiding this comment.
These secrets would need to be configured in the cucumber repo, but that's all that's required
5e9a4b1 to
043b239
Compare
Author
|
You can see a successful run here in my fork https://github.com/ciaranmcnulty/json-formatter/actions/runs/2616825975 And the resulting multi-arch tags: https://hub.docker.com/repository/docker/ciaranmcnulty/json-formatter For some reason the commits weren't signed so the hash for that build is different but I promise it's the same! |
043b239 to
ab7cbe9
Compare
|
Do you have an idea how I can use that container within these Cypress Docker images? They say “Error: spawn docker ENOENT”. I guess that means the Docker containers don’t know |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I saw some chat on #784 and thought 'that doesn't seem hard'
Was done as lunch fun so I won't be offended if it's not used :)