Skip to content

Commit

Permalink
Refactor Dockerfile and workflow to include version pattern for relea…
Browse files Browse the repository at this point in the history
…se branches
  • Loading branch information
hummerichsander authored Sep 25, 2024
1 parent d0de98f commit 60b2541
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch,pattern=release/v(?<version>\d+\.\d+\.\d+),group=version
type=ref,event=branch,pattern=release/latest,group=latest
type=ref,event=branch,pattern=release/v(?<version>latest),group=version
- name: Build and push Docker image
id: push
Expand Down

0 comments on commit 60b2541

Please sign in to comment.