cleanup pipeline
This commit is contained in:
@@ -11,8 +11,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
|
||||||
- run: docker build api/
|
- run: docker build api/ -t api-test
|
||||||
|
- run: docker rmi api-test
|
||||||
- run: |
|
- run: |
|
||||||
docker build \
|
docker build \
|
||||||
--build-arg="PUBLIC_BASE_API_URL=${{ vars.PUBLIC_BASE_API_URL }}" \
|
--build-arg="PUBLIC_BASE_API_URL=${{ vars.PUBLIC_BASE_API_URL }}" \
|
||||||
|
-t view-test \
|
||||||
view/
|
view/
|
||||||
|
- run: docker rmi view-test
|
||||||
|
|||||||
Reference in New Issue
Block a user