Update .github/workflows/CI.yml
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: docker.savin.nyc
|
registry: docker.savin.nyc
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ vars.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
# - name: PrepareReg Names
|
# - name: PrepareReg Names
|
||||||
# id: read-docker-image-identifiers
|
# id: read-docker-image-identifiers
|
||||||
|
Reference in New Issue
Block a user