You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
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.