diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 5ff5673..2f619b6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -31,4 +31,8 @@ jobs: push: true tags: | 192.168.1.230:5000/bertomlab/crawlflix/front:latest - 192.168.1.230:5000/bertomlab/crawlflix/front:${{ matrix.platform | replace('/', '-') }} \ No newline at end of file + 192.168.1.230:5000/bertomlab/crawlflix/front:${{ matrix.platform | replace('/', '-') }} + + - name: Inspect + run: | + docker buildx imagetools inspect localhost:5000/name/app:latest \ No newline at end of file