Skip to content

Commit

Permalink
Switched to Github Container Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
alongreyber committed Nov 30, 2020
1 parent d1b3d05 commit 7460653
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
# Uppercase letters are not supported so this is all lowercase
repository: ncats-gamma/robokache/build
password: ${{ secrets.CR_PAT }}
registry: ghcr.io
tag_with_sha: true
tags: main
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
# Uppercase letters are not supported so this is all lowercase
repository: ncats-gamma/robokache/build
password: ${{ secrets.CR_PAT }}
registry: ghcr.io
tags: latest,${{ steps.get_version.outputs.VERSION }}

0 comments on commit 7460653

Please sign in to comment.