Skip to content
This repository was archived by the owner on Dec 9, 2022. It is now read-only.
This repository was archived by the owner on Dec 9, 2022. It is now read-only.

Docker image not pushing to latest #15

@niekvangogh

Description

@niekvangogh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions