Improve usage visibility

This commit is contained in:
Lars Gohr
2023-09-30 22:18:45 +02:00
committed by GitHub
parent 0f20ce49bd
commit eb53b3ec07

View File

@@ -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. 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. 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 ## Usage
## Example pipeline ## Example pipeline
@@ -284,3 +277,10 @@ with:
password: ${{ secrets.DOCKER_PASSWORD }} password: ${{ secrets.DOCKER_PASSWORD }}
tag_semver: true 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" />