From fe0a8febc2834d64cd5242806d05266aa5600ba1 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Mon, 10 Apr 2023 19:36:24 +0200 Subject: [PATCH] Update '.gitea/workflows/ci.yml' --- .gitea/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4578679..f37a225 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -37,7 +37,5 @@ jobs: password: ${{ secrets.PASSWORD }} - uses: docker/build-push-action@v4 with: - context: . - file: ./Dockerfile push: true tags: gitea.xeovalyte.dev/${{ secrets.USERNAME}}/portfolio:latest