Skip to content

Commit

Permalink
fix release for frontend (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahariaazam authored Jan 30, 2024
1 parent db8b42c commit def1aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
run: |
TAG="${GITHUB_REF#refs/tags/v}"
IMAGE_NAME="ghcr.io/teredix/frontend:$TAG"
IMAGE_NAME="ghcr.io/shaharia-lab/teredix:frontend-$TAG"
docker build -f frontend.dockerfile -t "$IMAGE_NAME" .
docker push "$IMAGE_NAME"

0 comments on commit def1aed

Please sign in to comment.