Skip to content

Commit 45b76db

Browse files
committed
fixed push on ghcr
1 parent a9f2a0d commit 45b76db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.github-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ jobs:
168168
tag="${docker_image_application}:${docker_image_version}"
169169
docker tag "${tag}" "ghcr.io/${{ env.docker_tag }}"
170170
docker tag "${tag}" "ghcr.io/${{ env.docker_tag_latest }}"
171-
docker push "ghcr.io/EOEPCA/${{ env.docker_tag }}"
172-
docker push "ghcr.io/EOEPCA/${{ env.docker_tag_latest }}"
171+
docker push "ghcr.io/${{ env.docker_tag }}"
172+
docker push "ghcr.io/${{ env.docker_tag_latest }}"

0 commit comments

Comments
 (0)