Change docker registry
Some checks failed
ci / docker (linux/amd64) (push) Failing after 17s
ci / docker (linux/arm64) (push) Failing after 17s

This commit is contained in:
Joris Bertomeu
2024-09-30 17:34:08 +02:00
parent ffe3060e41
commit ee5ca90115

View File

@@ -18,7 +18,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
config-inline: |
[registry."192.168.1.230:5000"]
[registry."192.168.1.230:8080"]
http = true
- name: Login to Docker Hub
@@ -34,7 +34,7 @@ jobs:
platforms: ${{ matrix.platform }}
push: true
tags: |
192.168.1.230:5000/bertomlab/crawlflix/front:latest
192.168.1.230:8080/bertomlab/bertomlab/crawlflix-front:${{ github.sha }}-${{ matrix.platform | replace('/', '-') }}
- name: Inspect
run: |
docker buildx imagetools inspect 192.168.1.230:5000/bertomlab/crawlflix/front:latest
docker buildx imagetools inspect 192.168.1.230:8080/bertomlab/bertomlab/crawlflix-front:${{ github.sha }}-${{ matrix.platform | replace('/', '-') }}