Skip to content

Commit

Permalink
Merge pull request #18 from pangenome/Dockerfile
Browse files Browse the repository at this point in the history
specify the correct PGGE_DOCKER_TOKEN
  • Loading branch information
subwaystation authored Mar 23, 2021
2 parents 0318e83 + fbc1f9f commit cad2bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
name: pangenome/pgge
username: subwaystation
password: ${{ secrets.PGGB_DOCKER_TOKEN }}
password: ${{ secrets.PGGE_DOCKER_TOKEN }}
registry: ghcr.io
tags: "latest"
snapshot: true
Expand Down

0 comments on commit cad2bf0

Please sign in to comment.