Change from docker.io tag to custom registry tag
This commit is contained in:
@@ -16,6 +16,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
with:
|
||||||
|
config-inline: |
|
||||||
|
[registry."192.168.1.230:5000"]
|
||||||
|
http = true
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
@@ -33,4 +37,4 @@ jobs:
|
|||||||
http://192.168.1.230:5000/bertomlab/crawlflix/front:latest
|
http://192.168.1.230:5000/bertomlab/crawlflix/front:latest
|
||||||
- name: Inspect
|
- name: Inspect
|
||||||
run: |
|
run: |
|
||||||
docker buildx imagetools inspect localhost:5000/name/app:latest
|
docker buildx imagetools inspect http://192.168.1.230:5000/bertomlab/crawlflix/front:latest
|
||||||
Reference in New Issue
Block a user