diff --git a/.github/workflows/build-container.yaml b/.github/workflows/build-container.yaml index c8aac7c95..74f4f9889 100644 --- a/.github/workflows/build-container.yaml +++ b/.github/workflows/build-container.yaml @@ -55,5 +55,5 @@ jobs: branch_name=${GITHUB_REF#refs/heads/} version_string="v${branch_name#release-}-nightly" - docker build --build-arg APP=${{matrix.app}} -f ${{matrix.dockerFile}} . -t ghcr.io/kloudlite/platform/web/${{matrix.app}}:$version_string --push - docker build --build-arg APP=${{matrix.app}} -f ${{matrix.dockerFile}} . -t ghcr.io/kloudlite/platform/web/${{matrix.app}}:commit-${GITHUB_SHA} --push \ No newline at end of file + docker build --build-arg APP=${{matrix.app}} -f ${{matrix.dockerFile}} . -t ghcr.io/kloudlite/web/${{matrix.app}}:$version_string --push + docker build --build-arg APP=${{matrix.app}} -f ${{matrix.dockerFile}} . -t ghcr.io/kloudlite/web/${{matrix.app}}:commit-${GITHUB_SHA} --push \ No newline at end of file diff --git a/Taskfile.yaml b/Taskfile.yaml index ba62b354c..b9dfae1d8 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -164,7 +164,7 @@ tasks: msg: "var tag must have a value" silent: true vars: - IMAGE: ghcr.io/kloudlite/platform/web + IMAGE: ghcr.io/kloudlite/web cmds: - docker build --build-arg APP=auth . -t {{.IMAGE}}/auth:{{.tag}} - docker push {{.IMAGE}}/auth:{{.tag}}