Fix buildx push to HTTP registry via buildkitd config
All checks were successful
Build FFmpeg Image / Build amd64 image (push) Successful in 54m4s
All checks were successful
Build FFmpeg Image / Build amd64 image (push) Successful in 54m4s
This commit is contained in:
@@ -21,6 +21,10 @@ jobs:
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
buildkitd-config-inline: |
|
||||
[registry."192.168.1.95:3000"]
|
||||
http = true
|
||||
|
||||
- name: Login to Gitea registry
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Reference in New Issue
Block a user