try
This commit is contained in:
parent
7634d775c8
commit
bce0f9fb8c
@ -12,6 +12,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- run: docker context create builders
|
||||||
|
- name: setup buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
version: latest
|
||||||
|
endpoint: builders
|
||||||
|
config-inline: |
|
||||||
|
[registry."192.168.0.151:32000"]
|
||||||
|
http = true
|
||||||
|
insecure = true
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user