-
Notifications
You must be signed in to change notification settings - Fork 0
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
Backend CI cleanups and improvements #248
Conversation
dapolach
commented
Sep 14, 2024
- no GITHUB reference from gradle file
- docker image build just once
@@ -34,13 +35,11 @@ jobs: | |||
|
|||
- name: Build and Publish Docker Image | |||
working-directory: backend | |||
env: |
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.
Tady bych nastavil DOCKER_REGISTRY_USERNAME
a pod
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.
Proc? Neni pro to zadny duvod.
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.
you are right, i missed that that the gradle task is now used for build only
sorry for my confusion, checking PR from mobile phone might not be one of the best of my ideas |