Skip to content

Commit

Permalink
Rework Docker tags
Browse files Browse the repository at this point in the history
- type=raw,value=edge,... was doing the same as type=edge
- Generate CODENAME-MAJOR out of CODENAME-MAJOR.minor.patch
  • Loading branch information
lucasvuotto committed Jun 24, 2022
1 parent c4a3c83 commit e405e3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=tag
type=raw,value=edge,enable={{ is_default_branch }}
type=edge
# This is used for generating IRIS-3 out of IRIS-3.x.y.
type=match,pattern=(\w+-\d+)\.\d+\.\d+.*,group=1
- name: DockerHub login
uses: docker/login-action@v2
Expand Down

0 comments on commit e405e3e

Please sign in to comment.