gpr-docker-publish icon indicating copy to clipboard operation
gpr-docker-publish copied to clipboard

Docker image not pushing to latest

Open niekvangogh opened this issue 5 years ago • 3 comments

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.

niekvangogh avatar Dec 26 '19 00:12 niekvangogh

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.

issue-label-bot[bot] avatar Dec 26 '19 00:12 issue-label-bot[bot]

@niekvangogh Can you link to the workflow in github where this ran?

eyal0 avatar Jan 06 '20 03:01 eyal0

@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.

JackThomson2 avatar Feb 12 '20 12:02 JackThomson2