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

Feature 39 setup build and publish image #48

Closed kouamschekina closed 6 months ago

kouamschekina commented 6 months ago

Created workflow file to build and publish image

stephane-segning commented 6 months ago

Good work @kouamschekina. Now an error arises when I run it on this project:

Buildx version
/usr/bin/docker buildx build --file ./power-pay-backend/Dockerfile --iidfile /home/runner/work/_temp/docker-actions-toolkit-Y47AAn/iidfile --tag ghcr.io/ADORSYS-GIS/e2e-banking-app:latest --metadata-file /home/runner/work/_temp/docker-actions-toolkit-Y47AAn/metadata-file --push ./power-pay-backend
ERROR: invalid tag "ghcr.io/ADORSYS-GIS/e2e-banking-app:latest": repository name must be lowercase
Error: buildx failed with: ERROR: invalid tag "ghcr.io/ADORSYS-GIS/e2e-banking-app:latest": repository name must be lowercase

Can you fix that? I made some researches and saw this

kouamschekina commented 6 months ago

@stephane-segning code changed:

permissions:
  contents: read
  packages: write
stephane-segning commented 6 months ago

Good work @kouamschekina !