Hi DataHub team, at this week's office hour, I ask...
# getting-started
a
Hi DataHub team, at this week's office hour, I asked about how you access the
crazy-max/ghaction-docker-meta@v1
plugin in your github action. When I tried to run the github action to publish our own docker images, it said it cannot find that plugin. I also wasn't able to find it in `crazy-max`'s git accounts. Could you let me know how your github action access it? https://github.com/datahub-project/datahub/blob/e9494f503ff9d36787d6e2180cbb402ab863d665/.github/actions/docker-custom-build-and-push/action.yml#L42 @incalculable-ocean-74010 @little-megabyte-1074
i
I don’t know how our github action uses but after conferring with the core team it uses merely to compute some tags for the resulting docker image. You can remove that step in your yaml definition.
g
I believe the crazy-max repo was moved to docker/metadata-action, so we’re using https://github.com/docker/metadata-action/tree/v1 - github should be handling the redirect automatically