diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 823efe1..091218b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -160,12 +160,9 @@ jobs: uses: docker/build-push-action@v6 with: context: . - file: ./Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - build-args: | - APT_CACHE_BUST=${{ github.run_id }} - name: Create git tag if: github.event_name == 'push' && github.ref == 'refs/heads/main'