fix: Fixed ci workflow
This commit is contained in:
@@ -121,7 +121,7 @@ jobs:
|
||||
- name: Build and push server image
|
||||
if: steps.changed.outputs.server == 'true'
|
||||
run: |
|
||||
IMAGE="${{ vars.DOCKER_HOST }}/${{ github.repository_owner }}/vantage-app/server:latest"
|
||||
IMAGE="${{ vars.DOCKER_HOST }}/vantage/vantage-app/server:latest"
|
||||
docker build --secret id=netrc,src="$HOME/.netrc" \
|
||||
-t "$IMAGE" -f server/Dockerfile .
|
||||
docker push "$IMAGE"
|
||||
@@ -129,7 +129,7 @@ jobs:
|
||||
- name: Build and push web image
|
||||
if: steps.changed.outputs.web == 'true'
|
||||
run: |
|
||||
IMAGE="${{ vars.DOCKER_HOST }}/${{ github.repository_owner }}/vantage-app/web:latest"
|
||||
IMAGE="${{ vars.DOCKER_HOST }}/vantage/vantage-app/web:latest"
|
||||
docker build \
|
||||
--build-arg NEXT_PUBLIC_HQ_URL="${{ vars.HQ_URL }}" \
|
||||
-t "$IMAGE" \
|
||||
|
||||
Reference in New Issue
Block a user