Re: [PR] fix: docker-release GHA fails with pathspec error [superset]

2024-04-10 Thread via GitHub


michael-s-molina commented on PR #27925:
URL: https://github.com/apache/superset/pull/27925#issuecomment-2047355046

   @mistercrunch I was able to successfully run [Docker Publish 
Release](https://github.com/apache/superset/actions/runs/8603829061) after 
merging this PR but for some reason it didn't update [Docker 
Hub](https://hub.docker.com/r/apache/superset/tags?page=1_size===3.1.2)
 with the ARM version. Am I missing any step?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org



Re: [PR] fix: docker-release GHA fails with pathspec error [superset]

2024-04-08 Thread via GitHub


michael-s-molina merged PR #27925:
URL: https://github.com/apache/superset/pull/27925


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org



[PR] fix: docker-release GHA fails with pathspec error [superset]

2024-04-05 Thread via GitHub


mistercrunch opened a new pull request, #27925:
URL: https://github.com/apache/superset/pull/27925

   ### SUMMARY
   Fixing error reported here 
https://github.com/apache/superset/issues/27378#issuecomment-2040246615 where 
the GHA for building docker release is unable to `git checkout` the git-ref 
provided. This PR changes the fetch-depth to 0, effectively doing a full clone 
of the repo as opposed to a shallow clone.
   
   I'm unclear on why this stopped working as I used it many times successfully 
in the past.
   
   The code here was tested with
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


-
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org