Skip to content

Commit

Permalink
Update build-enclave.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapnil-Sagar committed Oct 24, 2024
1 parent d96b14d commit 5094776
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-enclave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin

- name: Verify required files are present
run: |
Expand Down

0 comments on commit 5094776

Please sign in to comment.