Skip to content

Commit

Permalink
Update docker image tags
Browse files Browse the repository at this point in the history
  • Loading branch information
psiemens committed Dec 4, 2024
1 parent 6080957 commit c8eaf3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,13 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=schedule
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Build and push Docker image
id: push
Expand Down

0 comments on commit c8eaf3c

Please sign in to comment.