diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 8e8fd1f3f..f83b47e5f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -41,6 +41,6 @@ jobs: context: . file: ./docker/client.dockerfile push: true - tags: into-cps-association/dtaas-web:latest + tags: ghcr.io/${{ github.repository_owner }}/dtaas-web:latest # tags: ${{ steps.meta.outputs.tags }} # labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file