Fixed secrets
This commit is contained in:
parent
a5d27537da
commit
f9f0123880
4
.github/workflows/deploy-dev.yaml
vendored
4
.github/workflows/deploy-dev.yaml
vendored
@ -42,8 +42,8 @@ jobs:
|
|||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: reg.dev.krd
|
registry: reg.dev.krd
|
||||||
username: ${{ secrets.HARBOR_USER }}
|
username: ${{ secrets.HARBOR_PUBLIC_USER }}
|
||||||
password: ${{ secrets.HARBOR_TOKEN }}
|
password: ${{ secrets.HARBOR_PUBLIC_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push Docker images
|
- name: Build and push Docker images
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
|||||||
4
.github/workflows/deploy-production.yaml
vendored
4
.github/workflows/deploy-production.yaml
vendored
@ -40,8 +40,8 @@ jobs:
|
|||||||
uses: docker/login-action@v1
|
uses: docker/login-action@v1
|
||||||
with:
|
with:
|
||||||
registry: reg.dev.krd
|
registry: reg.dev.krd
|
||||||
username: ${{ secrets.HARBOR_USER }}
|
username: ${{ secrets.HARBOR_PUBLIC_USER }}
|
||||||
password: ${{ secrets.HARBOR_TOKEN }}
|
password: ${{ secrets.HARBOR_PUBLIC_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push Docker images
|
- name: Build and push Docker images
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user