From 2ba26cc33f737ba67933a76b43be18566dbd2c5c Mon Sep 17 00:00:00 2001 From: Justine Pelletreau Date: Mon, 17 Jul 2023 17:18:19 +0200 Subject: [PATCH] build before pushing container --- .gitea/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 13d2605..5ee550f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -33,16 +33,6 @@ jobs: - name: Build run: cargo build --release - build-docker: - runs-on: ubuntu-latest - container: - image: catthehacker/ubuntu:act-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 # all history for all branches and tags - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2