Bring back docker repository

This commit is contained in:
Jason Jafari 2025-02-03 19:40:19 -05:00
parent d2ee32092b
commit 3ac118eaf9
3 changed files with 8 additions and 5 deletions

3
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1,3 @@
# These are supported funding model platforms
custom: [https://pay.cloudtips.ru/p/937f48ac, https://boosty.to/evilfreelancer]

View file

@ -35,7 +35,7 @@ jobs:
- name: Get Docker Hub tags
id: docker_hub_tags
run: |
OWNER="jafarijason"
OWNER="evilfreelancer"
REPO="docker-routeros"
URL="https://registry.hub.docker.com/v2/repositories/${OWNER}/${REPO}/tags/"
TAGS=$(curl -s "$URL" | jq -r '.results[].name' | grep -v "latest")
@ -51,7 +51,7 @@ jobs:
if: ${{ !contains(steps.docker_hub_tags.outputs.tags, steps.get_routeros_version.outputs.version) }}
run: |
VERSION="${{ steps.get_routeros_version.outputs.version }}"
OWNER="jafarijason"
OWNER="evilfreelancer"
REPO="docker-routeros"
# Set up Docker Buildx

View file

@ -2,7 +2,7 @@ version: "3"
services:
routeros-6-48:
image: jafarijason/docker-routeros:6.48.4
image: evilfreelancer/docker-routeros:6.48.4
restart: unless-stopped
cap_add:
- NET_ADMIN
@ -16,7 +16,7 @@ services:
- "18729:8729"
routeros-latest:
image: jafarijason/docker-routeros:latest
image: evilfreelancer/docker-routeros:latest
restart: unless-stopped
cap_add:
- NET_ADMIN
@ -33,7 +33,7 @@ services:
- "28729:8729"
routeros-local:
image: jafarijason/docker-routeros:latest
image: evilfreelancer/docker-routeros:latest
build:
context: .
dockerfile: Dockerfile