cleanup-pipeline #52

Merged
tim merged 2 commits from cleanup-pipeline into master 2024-07-31 20:57:53 +00:00
Showing only changes of commit 48cb6117ce - Show all commits

View File

@@ -11,8 +11,11 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: docker build api/
- run: docker build api/ -t api-test
- run: docker rmi api-test
- run: |
docker build \
--build-arg="PUBLIC_BASE_API_URL=${{ vars.PUBLIC_BASE_API_URL }}" \
-t view-test \
view/
- run: docker rmi view-test