fix: fix pipeline docker build with new external lib
This commit is contained in:
@@ -72,7 +72,8 @@ jobs:
|
||||
- name: Build and push frontend docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./frontend
|
||||
context: .
|
||||
file: ./frontend/Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:latest
|
||||
@@ -90,7 +91,8 @@ jobs:
|
||||
- name: Build and push match_collector docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./match_collector
|
||||
context: .
|
||||
file: ./match_collector/Dockerfile
|
||||
push: true
|
||||
tags: |
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:latest
|
||||
|
||||
Reference in New Issue
Block a user