Initial setup (#1) Copy publish_images and publish_release_images actions from prometheus/promci. Include base repo files. Setup dependabot. Signed-off-by: SuperQ superq@gmail.com
Initial setup (#1)
Copy publish_images and publish_release_images actions from prometheus/promci.
Signed-off-by: SuperQ superq@gmail.com
GitHub Actions for publishing container images using Prometheus common Makefile tooling.
jobs: publish: steps: ... - uses: prometheus/promci-artifacts/restore@<hash> # v0.1.0 - uses: prometheus/promci-images/publish@<hash> # v0.1.0 with: registry: docker.io organization: prome login: ${{ secrets.docker_hub_login }} password: ${{ secrets.docker_hub_password }} publish_release: steps: ... - uses: prometheus/promci-artifacts/restore@<hash> # v0.1.0 - uses: prometheus/promci-images/publish_release@<hash> # v0.1.0 with: registry: docker.io organization: prome login: ${{ secrets.docker_hub_login }} password: ${{ secrets.docker_hub_password }}
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
promci-images
GitHub Actions for publishing container images using Prometheus common Makefile tooling.
Usage