From 4375bd1816f3540ae2c3d95b0a987b051cacde5d Mon Sep 17 00:00:00 2001 From: 0GiS0 Date: Thu, 27 Jul 2023 13:36:18 +0200 Subject: [PATCH] rename the name of the docker image --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 3511424..9462ca2 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -24,4 +24,4 @@ jobs: with: context: . push: true - tags: docker.pkg.github.com/0gis0/tour-of-heroes/tour-of-heroes:${{ steps.vars.outputs.tag }} + tags: docker.pkg.github.com/0gis0/tour-of-heroes-angular/tour-of-heroes-angular:${{ steps.vars.outputs.tag }}