Skip to content

Commit

Permalink
Build alpine container in CI (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedam committed Mar 5, 2022
1 parent 9d98a82 commit b926cf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -24,6 +24,11 @@ jobs:
command: |
docker build -t mozilla/sops .
docker tag mozilla/sops "mozilla/sops:$CIRCLE_SHA1"
- run:
name: Build containers (alpine)
command: |
# Just to ensure the container can be built.
docker build -f Dockerfile.alpine -t mozilla/sops:alpine .
push:
machine: true
Expand Down

0 comments on commit b926cf9

Please sign in to comment.