diff --git a/.github/workflows/deploy-docker.yml b/.github/workflows/deploy-docker.yml index aa21bdba..857d7a46 100644 --- a/.github/workflows/deploy-docker.yml +++ b/.github/workflows/deploy-docker.yml @@ -27,5 +27,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/${{ github.repository_owner }}/AIOStreams:${{ github.ref_name }} - ghcr.io/${{ github.repository_owner }}/AIOStreams:latest \ No newline at end of file + ghcr.io/${{ github.repository_owner }}/aiostreams:${{ github.ref_name }} + ghcr.io/${{ github.repository_owner }}/aiostreams:latest \ No newline at end of file