Skip to content

Commit

Permalink
add docker image builds to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Apr 12, 2021
1 parent c96a0e1 commit 095a96b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ jobs:
path: ./bin/
destination: /artifacts/
- run: ./make_release.sh

- setup_remote_docker:
version: 18.09.3
- docker/check
- docker/build:
image: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
tag: latest,v$CIRCLE_BUILD_NUM
extra_build_args: "--build-arg=BUILD_NUM=$CIRCLE_BUILD_NUM"
- docker/push:
image: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME
tag: latest,v$CIRCLE_BUILD_NUM
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![release](https://img.shields.io/github/v/release/nektro/aquila)](https://github.com/nektro/aquila/releases/latest)
[![goreportcard](https://goreportcard.com/badge/github.com/nektro/aquila)](https://goreportcard.com/report/github.com/nektro/aquila)
[![downloads](https://img.shields.io/github/downloads/nektro/aquila/total.svg)](https://github.com/nektro/aquila/releases)
[![docker_pulls](https://img.shields.io/docker/pulls/nektro/aquila)](https://hub.docker.com/r/nektro/aquila)
[![docker_stars](https://img.shields.io/docker/stars/nektro/aquila)](https://hub.docker.com/r/nektro/aquila)

A federated package repository and CI system for the Zig programming language.

Expand Down

0 comments on commit 095a96b

Please sign in to comment.