-
Notifications
You must be signed in to change notification settings - Fork 22
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
Fix/statement logs #747
Fix/statement logs #747
Conversation
ci: publish container for each PR
Hi, thank your for initiative to contribute to this project. Could you please provide some information regarding the change you made? |
2db7829
to
f93f957
Compare
IMAGE_NAME: ${{ github.repository }} | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: |
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.
it would be nice to extract matrix to a single file ind include it on all workflows, that require it, if its possible.
BASE_REF: ${{ env.BASE_REF }} | ||
run: | | ||
TAG_TO_DELETE=${IMAGE_NAME}:${BASE_REF}-spark${{ matrix.spark_version }} | ||
TOKEN=$(echo "${TOKEN}" | awk '{print substr($0, 12)}') |
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.
Why is this needed?
Pipeline is failing:
Something is wrong with the authorization |
I've cherry-picked commits related to the fix. Regarding CI changes, we've chosen a different approach for selectively building images from Pull requests. Thank you for your contribution! |
No description provided.