Skip to content

Commit

Permalink
Fix registry
Browse files Browse the repository at this point in the history
  • Loading branch information
wfondrie committed Nov 11, 2021
1 parent ace4b38 commit 673331b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
images: ${{ env.IMAGE_NAME }}
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Log in to the GitHub Container registry
if: ${{ github.event_name == 'release' }}
Expand All @@ -51,7 +51,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}

- name: Test the Docker image
run: docker run talusbio/comet:main comet -p
run: docker run ${REGISTRY}/talusbio/comet:main comet -p

- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 673331b

Please sign in to comment.