From 0b4413ce9c4e6e1eb9ce326172f9dd848fd51298 Mon Sep 17 00:00:00 2001 From: brb Date: Tue, 11 Jul 2023 13:42:23 +0200 Subject: [PATCH] updated build step --- .gitea/workflows/pipeline.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 6c6d475..0d49786 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -31,7 +31,8 @@ jobs: needs: [test] if: gitea.ref == 'refs/heads/release' steps: - - name: Build container + - name: Build image run: | - echo "building container" + # docker build . --file Dockerfile --tag ${{}} + echo "${{ gitea }}""