Added 2 images build to gitea action
All checks were successful
pipeline / build-and-push-images (push) Successful in 19s
All checks were successful
pipeline / build-and-push-images (push) Successful in 19s
This commit is contained in:
@@ -8,7 +8,7 @@ permissions:
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
build-and-push-images:
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.PACKAGES_TOKEN }}
|
||||
|
||||
- name: Build and push docker image
|
||||
- name: Build and push frontend docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./frontend
|
||||
@@ -29,3 +29,21 @@ jobs:
|
||||
tags: |
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:latest
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-frontend:${{ github.sha }}
|
||||
|
||||
- name: Build and push patch_detector docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./patch_detector
|
||||
push: true
|
||||
tags: |
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:latest
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-patch_detector:${{ github.sha }}
|
||||
|
||||
- name: Build and push match_collector docker image
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: ./match_collector
|
||||
push: true
|
||||
tags: |
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:latest
|
||||
git.vhaudiquet.fr/vhaudiquet/lolstats-match_collector:${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user