Setup registry for buildx
All checks were successful
Build Custom rust-tauri image / build-container (push) Successful in 7m59s

This commit is contained in:
Neshura 2024-01-01 20:36:34 +00:00
parent 11cd983a40
commit 2fcdb00890

View file

@ -12,6 +12,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 Forgejo Docker Repo
uses: docker/login-action@v3