lenaar / python-helloworld

Exercise: Continuous Application Deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exercise: Continuous Application Deployment of python-helloworld

Create a new GitHub Actions in the /.github/workflows/docker-build.yml that will build and push the Docker image for a  python-helloworld, with the following requirements:

  • Image name: python-helloworld
  • Tag: latest
  • Platforms: platforms: linux/amd64,linux/arm64

About

Exercise: Continuous Application Deployment


Languages

Language:Python 91.5%Language:Dockerfile 8.5%