ADORSYS-GIS / e2e-banking-app

Banking app for people
https://adorsys-gis.github.io/e2e-banking-app/
Mozilla Public License 2.0
4 stars 21 forks source link

Unify ci/cd config #77 #78

Closed Motouom closed 6 months ago

Motouom commented 6 months ago

Good evening sir @stephane-segning the two CI/CD files were unified to a single file.

Motouom commented 6 months ago

good morning sir @stephane-segning . This is the error that occurs when i delete the line that includes the username and the password so i think i would put it back since it has to do with the user login to the docker registery

#when i remove this line the error above occurs.
 with:
          registry: ghcr.io
          username: ${{ github.actor }}
          password: ${{ secrets.GITHUB_TOKEN }}

#i think this is the only line i need to remove
      - name: Build Frontend
        run: cd power-pay-frontend && npm run build

so i added the logining in to the docker registery and all worked well. image