Skip to content

Commit

Permalink
Merge pull request #6 from mskcc-omics-workflows/update/actions
Browse files Browse the repository at this point in the history
fix JFROG_REGISTRY variable in github actions
  • Loading branch information
anoronh4 authored Apr 18, 2024
2 parents 1702939 + df9cf9c commit 86f9c87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: mskcc.jfrog.io
registry: ${{ env.JFROG_REGISTRY }}
username: ${{ secrets.MSK_JFROG_USERNAME }}
password: ${{ secrets.MSK_JFROG_TOKEN }}
- name: Build Docker Jfrog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: env.JFROG_REGISTRY
registry: ${{ env.JFROG_REGISTRY }}
username: ${{ secrets.MSK_JFROG_USERNAME }}
password: ${{ secrets.MSK_JFROG_TOKEN }}
- name: Build Docker Jfrog
Expand Down

0 comments on commit 86f9c87

Please sign in to comment.