mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Enlever erreur dans .yml
This commit is contained in:
parent
1c928c8350
commit
f997fea3c3
2 changed files with 1 additions and 9 deletions
4
.github/workflows/dev_frontend-deploy.yml
vendored
4
.github/workflows/dev_frontend-deploy.yml
vendored
|
|
@ -24,7 +24,3 @@ jobs:
|
|||
file: ./client/Dockerfile
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/dev_${{ secrets.DOCKERHUB_FRONTEND_REPO }}:latest
|
||||
|
||||
- name: Lint Code
|
||||
run: |
|
||||
eslint . --rule "@typescript-eslint/ban-ts-comment: off"
|
||||
|
|
|
|||
6
.github/workflows/frontend-deploy.yml
vendored
6
.github/workflows/frontend-deploy.yml
vendored
|
|
@ -23,8 +23,4 @@ jobs:
|
|||
context: ./client
|
||||
file: ./client/Dockerfile
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_FRONTEND_REPO }}:latest
|
||||
|
||||
- name: Lint Code
|
||||
run: |
|
||||
eslint . --rule "@typescript-eslint/ban-ts-comment: off"
|
||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_FRONTEND_REPO }}:latest
|
||||
Loading…
Reference in a new issue