Skip to content

Commit

Permalink
proper docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
ninlil committed Feb 1, 2024
1 parent ce8cbbd commit ef37d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
lindex/melp
lindex/tcpecho
tags: |
type=semver,pattern=v{{version}}
type=semver,pattern=v{{major}}.{{minor}}
labels: |
org.opencontainers.image.title=melp
org.opencontainers.image.title=tcpecho
org.opencontainers.image.description=Simple service to test TCP-connections
org.opencontainers.image.source=https://github.com/AB-Lindex/tcpecho
org.opencontainers.image.url=https://github.com/AB-Lindex/tcpecho
Expand Down

0 comments on commit ef37d9a

Please sign in to comment.