Skip to content

Commit

Permalink
Reorder tags in repo listing
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Jun 20, 2023
1 parent 2e42403 commit bc664cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ jobs:
with:
images: quay.io/natlibfi/annif
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{version}},suffix=-{{date 'YYYYMMDD'}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push to Quay.io
uses: docker/build-push-action@c56af957549030174b10d6867f20e78cfd7debc5 # v3.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
flavor: |
latest=false
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{version}},suffix=-{{date 'YYYYMMDD'}}
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Build and push to Quay.io
uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf # v4.1.0
Expand Down

0 comments on commit bc664cf

Please sign in to comment.