Skip to content

Commit

Permalink
Try to 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 b4a43cd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/docker-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,24 @@ jobs:
- name: Login to Quay.io
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
with:
registry: quay.io
username: ${{ secrets.YHTEENTOIMIVUUSPALVELUT_QUAY_IO_USERNAME }}
password: ${{ secrets.YHTEENTOIMIVUUSPALVELUT_QUAY_IO_PASSWORD }}
# registry: quay.io
# username: ${{ secrets.YHTEENTOIMIVUUSPALVELUT_QUAY_IO_USERNAME }}
# password: ${{ secrets.YHTEENTOIMIVUUSPALVELUT_QUAY_IO_PASSWORD }}
username: ${{ secrets.JUHON_DOCKERHUB_USERNAME }}
password: ${{ secrets.JUHON_DOCKERHUB_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@2c0bd771b40637d97bf205cbccdd294a32112176 # v4.5.0
with:
context: git
images: quay.io/natlibfi/annif
# images: quay.io/natlibfi/annif
images: jinkinen/annif
flavor: |
latest=false
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{version}},suffix=-{{date 'YYYYMMDD'}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{version}},suffix=-{{date 'YYYYMMDD'}}
- name: Build and push to Quay.io
uses: docker/build-push-action@44ea916f6c540f9302d50c2b1e5a8dc071f15cdf # v4.1.0
with:
Expand Down

0 comments on commit b4a43cd

Please sign in to comment.