1
0
Fork 0
Commit Graph

2 Commits (b5fa3ac614cdcaf2f263f5103ff3084887b22b0e)

Author SHA1 Message Date
naicoi b5fa3ac614
Refactor build pipeline and update Dockerfile base image
ci/woodpecker/push/woodpecker Pipeline failed Details
- Update build pipeline to use plugins/docker instead of woodpeckerci/plugin-docker-buildx
- Change registry, repo, and username settings in the build pipeline
- Update base image in Dockerfile from Alpine to Ubuntu
- Remove unnecessary Alpine package installation command
2023-05-18 15:06:27 +07:00
naicoi 2a6920eb96
Add Woodpecker CI pipeline for Docker build and deployment
This commit adds a new `.woodpecker.yml` file with settings for building and deploying Docker images using the `woodpeckerci/plugin-docker-buildx` image. The `Dockerfile` has also been updated to install `curl`, Deno, and deployctl.
2023-05-18 14:46:28 +07:00