Skip to content

Commit

Permalink
Adjust pattern to support multi digit version segments and define vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankGiesecke committed Jul 20, 2022
1 parent 43f14bc commit ba26f71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
uses: docker/metadata-action@v4
with:
images: ${{ env.DOCKER_IMAGE_NAME }}
tags: |
type=match,pattern=\d+
type=match,pattern=\d+.\d+
type=match,pattern=\d+.\d+.\d+
type=match,pattern=\d+.\d+.\d+-.+
type=raw,value=latest
labels: |
org.opencontainers.image.vendor=${{ github.repository_owner }}
- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down

0 comments on commit ba26f71

Please sign in to comment.