Skip to content

Commit

Permalink
Another attept to clone a private repo
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Jun 11, 2024
1 parent 2ef9d55 commit 986543f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
submodules: true
repository: podhrmic/verse-vhost-device
token: ${{ secrets.VHOST_DEVICE_ACCESS_TOKEN }}
path: src/pkvm_setup/vhost-device
- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: Build the Docker image
Expand All @@ -33,6 +34,7 @@ jobs:
submodules: true
repository: podhrmic/verse-vhost-device
token: ${{ secrets.VHOST_DEVICE_ACCESS_TOKEN }}
path: src/pkvm_setup/vhost-device
- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
- name: Build the Docker image
Expand Down

0 comments on commit 986543f

Please sign in to comment.