From fc44e12fe9dbb9879fed71e6d0ba110a6f18aea3 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Mon, 1 May 2023 15:20:41 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f33c385..f9a0d11 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -27,5 +27,5 @@ jobs: password: ${{ secrets.PASSWORD }} - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --platform=linux/arm64 . - - run: docker image inspect gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm + - run: docker image inspect gitea.xeovalyte.dev/xeovalyte/portfolio - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm