Build and push your Docker image
git clone https://github.com/swanchain/docker-application-template.gitcd docker-application-templatedocker build --platform linux/amd64 --tag <username>/<repo>:<tag> .docker push <username>/<repo>:<tag>Last updated