Skip to content

Commit

Permalink
Improve usage visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
elgohr committed Sep 30, 2023
1 parent 0f20ce4 commit eb53b3e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
This Action for [Docker](https://www.docker.com/) uses the Git branch as the [Docker tag](https://docs.docker.com/engine/reference/commandline/tag/) for building and pushing the container.
Hereby the master-branch is published as the latest-tag.

## Sponsors

A big "Thank you!" to the people that help to make this code sustainable:
<a target="_blank" href="https://github.com/SerhatG"><img src="https://github.com/SerhatG.png" width="50px" alt="SerhatG" />
<a target="_blank" href="https://github.com/edgedb"><img src="https://github.com/edgedb.png" width="50px" alt="EdgeDB" />
<a target="_blank" href="https://github.com/psanders"><img src="https://github.com/psanders.png" width="50px" alt="Pedro Sanders" />

## Usage

## Example pipeline
Expand Down Expand Up @@ -284,3 +277,10 @@ with:
password: ${{ secrets.DOCKER_PASSWORD }}
tag_semver: true
```

## Sponsors

A big "Thank you!" to the people that help to make this code sustainable:
<a target="_blank" href="https://github.com/SerhatG"><img src="https://github.com/SerhatG.png" width="50px" alt="SerhatG" />
<a target="_blank" href="https://github.com/edgedb"><img src="https://github.com/edgedb.png" width="50px" alt="EdgeDB" />
<a target="_blank" href="https://github.com/psanders"><img src="https://github.com/psanders.png" width="50px" alt="Pedro Sanders" />

0 comments on commit eb53b3e

Please sign in to comment.