Use registry with buildx
All checks were successful
Run Tests on Code / test (push) Successful in 22s
Build and Release Docker Image / test (push) Successful in 22s
Build and Release Docker Image / build (push) Successful in 4m5s
Build and Release Docker Image / release (push) Successful in 20s

This commit is contained in:
Neshura 2024-01-01 21:33:52 +01:00
parent 0b82f23d3c
commit 6e3bbc176a
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C

View file

@ -51,6 +51,10 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
config-inline: |
[registry."docker.io"]
mirrors = ["https://docker-cache.neshweb.net"]
-
name: Login to Docker Hub
uses: docker/login-action@v3