forked from kamba4/sunders
Support and documentation for camera:type=panorama #30
1 changed files with 2 additions and 2 deletions
commit
4a304d1bc5
|
|
@ -33,12 +33,12 @@ jobs:
|
||||||
|
|
||||||
- name: Build web image
|
- name: Build web image
|
||||||
run: |
|
run: |
|
||||||
docker build -f ./Containerfile -t git.hamburg.ccc.de/ccchh/sunders/web:${{ steps.vars.outputs.tag }} .
|
docker buildx build -f ./Containerfile -t git.hamburg.ccc.de/ccchh/sunders/web:${{ steps.vars.outputs.tag }} --load .
|
||||||
working-directory: ./web
|
working-directory: ./web
|
||||||
|
|
||||||
- name: Build data_handler image
|
- name: Build data_handler image
|
||||||
run: |
|
run: |
|
||||||
docker build -f ./Containerfile -t git.hamburg.ccc.de/ccchh/sunders/data_handler:${{ steps.vars.outputs.tag }} .
|
docker buildx build -f ./Containerfile -t git.hamburg.ccc.de/ccchh/sunders/data_handler:${{ steps.vars.outputs.tag }} --load .
|
||||||
working-directory: ./data_handler
|
working-directory: ./data_handler
|
||||||
|
|
||||||
- name: Push images to Container Registry
|
- name: Push images to Container Registry
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue