This commit is contained in:
@@ -10,10 +10,13 @@ jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest-intranet
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: "https://github.com/simongregorebner/conda-cache.git"
|
||||
- name: Clone external repo
|
||||
run: |
|
||||
git clone https://github.com/simongregorebner/conda-cache.git .
|
||||
# - name: Checkout
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
# repository: "https://github.com/simongregorebner/conda-cache.git"
|
||||
|
||||
- name: Login to Docker Registry
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user