fix: use Docker Hub instead of gcr mirror

This commit is contained in:
Rede5 2026-02-14 17:14:31 +00:00
parent 472ccc95e2
commit 4e2c6a5726
2 changed files with 13 additions and 1 deletions

View file

@ -1,4 +1,4 @@
FROM mirror.gcr.io/library/golang:1.24-alpine AS builder
FROM golang:1.24-alpine AS builder
# Ajuste de Mirror e instalação de dependências
RUN sed -i 's/dl-cdn.alpinelinux.org/uk.alpinelinux.org/g' /etc/apk/repositories && \

12
remotes.txt Normal file
View file

@ -0,0 +1,12 @@
dokku dokku@localhost:gohorsejobs (fetch)
dokku dokku@localhost:gohorsejobs (push)
dokku-frontend dokku@localhost:gohorse-frontend (fetch)
dokku-frontend dokku@localhost:gohorse-frontend (push)
dokku-restore dokku@localhost:gohorse-frontend (fetch)
dokku-restore dokku@localhost:gohorse-frontend (push)
forgejo git@pipe.gohorsejobs.com:bohessefm/gohorsejobs.git (fetch)
forgejo git@pipe.gohorsejobs.com:bohessefm/gohorsejobs.git (push)
origin git@github.com:rede5/gohorsejobs.git (fetch)
origin git@github.com:rede5/gohorsejobs.git (push)
pipe https://pipe.gohorsejobs.com/bohessefm/gohorsejobs.git (fetch)
pipe https://pipe.gohorsejobs.com/bohessefm/gohorsejobs.git (push)