From 883a718162ca46cd4e9ddd498df1afe641f5ee0e Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Tue, 11 Apr 2023 14:35:14 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4fcd508..fa3df55 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -37,6 +37,5 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --platform=linux/amd64,linux/arm64 . - - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm - run: docker image inspect gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm - + - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm