villebro commented on code in PR #44250:
URL: https://github.com/apache/superset/pull/44250#discussion_r4008087105
##########
.github/workflows/docker.yml:
##########
@@ -205,7 +242,7 @@ jobs:
# in the context of push (using multi-platform build), we need to pull
the image locally
- name: Docker pull
- if: github.event_name == 'push'
+ if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Review Comment:
without this change, pushes to release branches (6.0, 6.1, 7.0 etc) would
cause an overwrite of the existing tag.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]