Skip to content

Commit

Permalink
Update default branch to trunk (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
felicianotech committed Jul 28, 2021
1 parent 5634759 commit 8fcf143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ workflows:
- gor/release
filters:
branches:
ignore: /^master$/
ignore: /^trunk$/
- build-snap:
name: "Build 'edge' Snap"
requires:
- gor/release
filters:
branches:
only: /^master$/
only: /^trunk$/
publish-edge: true
context: main
- test-with-images:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Sonar banner](./img/github-banner.png)

# Sonar - the Docker utility [![CI Status](https://circleci.com/gh/felicianotech/sonar.svg?style=shield)](https://app.circleci.com/pipelines/github/felicianotech/sonar) [![Software License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/felicianotech/sonar/master/LICENSE) [![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/hubci/sonar)][orb-page]
# Sonar - the Docker utility [![CI Status](https://circleci.com/gh/felicianotech/sonar.svg?style=shield)](https://app.circleci.com/pipelines/github/felicianotech/sonar) [![Software License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/felicianotech/sonar/trunk/LICENSE) [![CircleCI Orb Version](https://img.shields.io/badge/endpoint.svg?url=https://badges.circleci.io/orb/hubci/sonar)][orb-page]

Sonar is the Docker and Docker Hub utility that you've been missing.
It can display information on Docker images, tags, and layers including the packages installed in those images.
Expand Down

0 comments on commit 8fcf143

Please sign in to comment.