-
Notifications
You must be signed in to change notification settings - Fork 13
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
Feat/4829 #4837
base: main
Are you sure you want to change the base?
Feat/4829 #4837
Conversation
Quality Gate passedIssues Measures |
branches: | ||
- main | ||
paths: | ||
- maintenance-mode |
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.
Rename directory to maintenance
push: | ||
branches: | ||
- main | ||
paths: |
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.
What about the changes on this action file?
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 | ||
|
||
- name: Log in to GitHub Container Registry | ||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${{ env.GITHUB_REGISTRY }} -u ${{ github.actor }} --password-stdin |
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.
Is this really need?
- name: Display Image URL | ||
run: | | ||
echo "Image URL: ${{ env.IMAGE_NAME }}:${{ github.sha }}" |
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.
Was this for debugging?
@@ -0,0 +1,12 @@ | |||
FROM nginx:1.25.3-alpine | |||
|
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.
Too many break lines
No description provided.