:ok
Build and Deploy Vendaweb React / Build Docker Image and Push to Harbor (push) Failing after 2m34s
Details
Build and Deploy Vendaweb React / Build Docker Image and Push to Harbor (push) Failing after 2m34s
Details
This commit is contained in:
parent
4725b7273d
commit
8f9b50fe99
|
|
@ -16,6 +16,13 @@ jobs:
|
|||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
driver-opts: |
|
||||
network=host
|
||||
config-inline: |
|
||||
[registry."10.1.1.124:8082"]
|
||||
http = true
|
||||
insecure = true
|
||||
|
||||
- name: Login to Harbor Registry
|
||||
run: echo "${{ secrets.HARBOR_PASSWORD }}" | docker login 10.1.1.124:8082 -u ${{ secrets.HARBOR_USERNAME }} --password-stdin
|
||||
|
|
|
|||
Loading…
Reference in New Issue