Remove registry auth - use insecure registry
Some checks failed
Build and Deploy MikroTik Bot / build-and-deploy (push) Failing after 27s
Some checks failed
Build and Deploy MikroTik Bot / build-and-deploy (push) Failing after 27s
This commit is contained in:
parent
f663ce4ee8
commit
dc7061a146
@ -17,13 +17,6 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
|
|
||||||
- name: Login to Registry
|
|
||||||
uses: docker/login-action@v2
|
|
||||||
with:
|
|
||||||
registry: 10.10.30.121:5000
|
|
||||||
username: admin
|
|
||||||
password: admin
|
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
@ -31,6 +24,7 @@ jobs:
|
|||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
push: true
|
push: true
|
||||||
tags: 10.10.30.121:5000/mikrotik-bot:latest
|
tags: 10.10.30.121:5000/mikrotik-bot:latest
|
||||||
|
insecure: true
|
||||||
|
|
||||||
- name: Deploy to production
|
- name: Deploy to production
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user