gpr-docker-publish
gpr-docker-publish copied to clipboard
Docker image not pushing to latest
Hey,
I am 'newish' to Docker and Github Actions, but I am trying to push to the latest tag of my docker image hosted in Github package registry doing so:
- name: Publish Docker Image to GPR uses: machine-learning-apps/gpr-docker-publish@master id: docker with: IMAGE_NAME: "sbctb" TAG: "latest" DOCKERFILE_PATH: "./Dockerfile" BUILD_CONTEXT: "." env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
But after this job, nothing happens to the latest tag.
https://i.imgur.com/04AaMEJ.png
Sorry if I am making a dumb mistake, but I just couldn't figure it out, maybe someone can help me here.
Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.75. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
@niekvangogh Can you link to the workflow in github where this ran?
@niekvangogh If you pull latest is the image the newest? I have the same issue in the website however when I pull latest it is the newest.