Updated winter registry docker login step
This commit is contained in:
parent
73a7f67300
commit
a6ea6b366d
|
@ -17,8 +17,8 @@ jobs:
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.winteraccess.id
|
registry: git.winteraccess.id
|
||||||
username: aditya.prima
|
username: ${{ vars.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.PATOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -17,8 +17,8 @@ jobs:
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.winteraccess.id
|
registry: git.winteraccess.id
|
||||||
username: aditya.prima
|
username: ${{ vars.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.PATOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Login to Docker Registry
|
- name: Login to Docker Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Reference in New Issue