Skip to content

Commit

Permalink
Docker Auth added
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapnil-Sagar committed Oct 24, 2024
1 parent b1e71c6 commit 2e9ff49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-enclave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

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

- name: Verify required files are present
run: |
if [[ ! -f Dockerfile || ! -f setup.sh || ! -f supervisord.conf ]]; then
Expand Down

0 comments on commit 2e9ff49

Please sign in to comment.