Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
329afdbe81 | ||
|
|
13501567c0 | ||
|
|
ed626a2dad |
@@ -26,6 +26,7 @@ jobs:
|
|||||||
# uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
# uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
|
||||||
uses: docker/login-action@v1.10.0
|
uses: docker/login-action@v1.10.0
|
||||||
with:
|
with:
|
||||||
|
registry: ${{ secrets.DR_URL }}
|
||||||
# Username used to log against the Docker registry
|
# Username used to log against the Docker registry
|
||||||
username: ${{ secrets.DH_USERNAME }}
|
username: ${{ secrets.DH_USERNAME }}
|
||||||
# Password or personal access token used to log against the Docker registry
|
# Password or personal access token used to log against the Docker registry
|
||||||
|
|||||||
@@ -55,3 +55,5 @@ spec:
|
|||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: snowflake
|
name: snowflake
|
||||||
key: worker_id
|
key: worker_id
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: regcred
|
||||||
|
|||||||
Reference in New Issue
Block a user