Skip to content

Commit

Permalink
Fix missing registry
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPGreen authored Nov 21, 2024
1 parent ef37bc9 commit 7dd2ee1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/oss_latest_snapshot_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- name: Login to Docker Registry
uses: docker/login-action@v3
with:
registry: ${{ env.DOCKER_REGISTRY }}
username: ${{ secrets.JFROG_USERNAME }}
password: ${{ secrets.JFROG_PASSWORD }}

Expand Down

0 comments on commit 7dd2ee1

Please sign in to comment.