Skip to content

Commit

Permalink
Switch to quay.io and massbank organisation.
Browse files Browse the repository at this point in the history
  • Loading branch information
meier-rene committed Dec 11, 2024
1 parent 3a255d8 commit 2587f20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: quay.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: ipbhalle/massbank3-export-service
images: massbank/massbank3-export-service
tags: |
# tag event
type=ref,event=tag
Expand Down

0 comments on commit 2587f20

Please sign in to comment.