-
-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update the readme path in the docker ci #1246
Conversation
this is the pr
|
.github/workflows/release-docker.yml
Outdated
@@ -10,6 +10,9 @@ jobs: | |||
name: Docker build and push | |||
runs-on: ubuntu-latest | |||
steps: | |||
- name: Check out the repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make sure it runs only before the step related to readme and use the latest checkout action
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done please check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now you do checkout twice, and still with old version of the action
Quality Gate passedIssues Measures |
/rtm |
Changes Added.
Related issue(s)
Related to: #1044