Remove registry auth - use insecure registry
Some checks failed
Build and Deploy MikroTik Bot / build-and-deploy (push) Failing after 27s

This commit is contained in:
stakost 2025-06-01 12:11:27 +03:00
parent f663ce4ee8
commit dc7061a146

View File

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