Skip to content

Commit

Permalink
Use DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Jun 19, 2023
1 parent 7e7cfb7 commit 48334be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,16 @@ jobs:
- name: Login to Quay.io
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
with:
registry: quay.io
# registry: quay.io # TODO Switch back to quay.io
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: jinkinen/annif
# images: quay.io/natlibfi/annif # TODO Switch back
flavor: |
latest=false
tags: |
Expand Down

0 comments on commit 48334be

Please sign in to comment.