From 6158ca45ae1c45826fc80fd6c1c147cf8b47a55c Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Mon, 1 May 2023 15:22:29 +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 f9a0d11..026d962 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,6 +26,6 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} - - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --platform=linux/arm64 . + - run: docker buildx build -t gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm --push --platform=linux/arm64 . - run: docker image inspect gitea.xeovalyte.dev/xeovalyte/portfolio - run: docker push gitea.xeovalyte.dev/xeovalyte/portfolio:latest-arm