Skip to content

Commit

Permalink
add more tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Sep 21, 2023
1 parent 918e35a commit c04dadc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
uses: docker/metadata-action@v5
with:
images: demo/app
tags: |
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}.{{patch}}
- name: Build Docker image
uses: docker/build-push-action@v4
Expand Down

0 comments on commit c04dadc

Please sign in to comment.