:ok
Build and Deploy Vendaweb React / Build Docker Image and Push to Harbor (push) Failing after 2m34s Details

This commit is contained in:
JuruSysadmin 2026-01-08 09:38:07 -03:00
parent 4725b7273d
commit 8f9b50fe99
1 changed files with 7 additions and 0 deletions

View File

@ -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