diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml index 196f48f..f3c7742 100644 --- a/.github/workflows/image.yml +++ b/.github/workflows/image.yml @@ -35,4 +35,4 @@ jobs: with: context: . push: true - tags: ghcr.io/${{ ${OWNER_LC} }}:latest \ No newline at end of file + tags: ghcr.io/${OWNER_LC}:latest \ No newline at end of file