From 111ccaa8804f735a9c0df7a69981bf5c56c2c7c9 Mon Sep 17 00:00:00 2001 From: mightypanders Date: Mon, 19 Jun 2023 23:28:39 +0200 Subject: [PATCH] simplify the test compile --- .gitea/workflows/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 199daf9..2fa0821 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -14,4 +14,4 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Build Container - run: docker build -t "${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest" . + run: docker build .