Skip to content

Commit

Permalink
updated image name from platform/web to web.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdheshnayak authored Dec 22, 2023
1 parent 3bac1da commit 4f5f52d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
2 changes: 1 addition & 1 deletion Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 4f5f52d

Please sign in to comment.