-
Notifications
You must be signed in to change notification settings - Fork 3
update workflow registry to JFrog #19
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
Conversation
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.
LGTM
- name: Set up Docker Buildx | ||
uses: docker/setup-buildx-action@v3 | ||
|
||
- name: Log in to JFrog Artifactory | ||
uses: docker/login-action@v2 |
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.
move to v3 action
- name: Build and push Docker image | ||
uses: docker/build-push-action@v6 | ||
env: | ||
REGISTRY: ${{ steps.login-ecr.outputs.registry }} | ||
REGISTRY_ALIAS: truefoundrycloud | ||
REGISTRY: tfy.jfrog.io |
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.
move this to env variable at a global level
the workflow failed |
No description provided.