fix: removed hardcoded api url
All checks were successful
Build and Push App Image / build-and-push (push) Successful in 1m20s
All checks were successful
Build and Push App Image / build-and-push (push) Successful in 1m20s
This commit is contained in:
@@ -46,8 +46,6 @@ jobs:
|
||||
context: .
|
||||
file: ./devops/docker/Dockerfile
|
||||
push: true
|
||||
build-args: |
|
||||
VITE_API_BASE_URL=${{ secrets.VITE_API_BASE_URL }}
|
||||
tags: |
|
||||
${{ env.IMAGE_NAME }}:latest
|
||||
${{ env.IMAGE_NAME }}:${{ steps.vars.outputs.short_sha }}
|
||||
|
||||
Reference in New Issue
Block a user