diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e1dc9b9..3beebcf 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,8 +6,6 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: - - name: Install buildah - run: apt update && apt install -y buildah - name: Check out repository code uses: actions/checkout@v4 - name: Set up Docker Buildx