Deploy to Heroku #17
Annotations
1 error and 1 warning
deploy
Error: Command failed: heroku container:push web --app ***
#0 building with "default" instance using docker driver
#1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.0s
#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 116B done
#2 DONE 0.0s
Dockerfile:1
--------------------
1 | >>> FROM Jegaa1/aeon:latest
2 | WORKDIR /usr/src/app
3 | COPY . .
--------------------
ERROR: failed to solve: failed to parse stage name "Jegaa1/aeon:latest": invalid reference format: repository name must be lowercase
▸ Error: docker build exited with Error: 1
|
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, akhileshns/heroku-deploy@v3.12.12. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|