forked from kamba4/sunders
fix: Switches to buildx
All checks were successful
Build (and tag) Images / build (push) Successful in 1m45s
All checks were successful
Build (and tag) Images / build (push) Successful in 1m45s
This commit is contained in:
parent
75840bb99f
commit
4a304d1bc5
1 changed files with 2 additions and 2 deletions
|
|
@ -33,12 +33,12 @@ jobs:
|
|||
|
||||
- name: Build web image
|
||||
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
|
||||
|
||||
- name: Build data_handler image
|
||||
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
|
||||
|
||||
- name: Push images to Container Registry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue