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
@ -16,13 +16,6 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
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
|
||||
uses: docker/build-push-action@v4
|
||||
@ -31,6 +24,7 @@ jobs:
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: 10.10.30.121:5000/mikrotik-bot:latest
|
||||
insecure: true
|
||||
|
||||
- name: Deploy to production
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user